[HELP] My CSS Code isn't displaying

Status
Not open for further replies.

Jo$h

Posting Freak
Jul 7, 2010
1,030
79
I am having trouble with the background displaying. I have the code below along with my page. I have tried multiple times to get it working. Please help

CSS PAGE
Code:
body {
    color: #FFFFFF;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    font-size: 12 px;
    line-height: 1.4em;
    backround-color:#000000;
    margin-top: 0px;
}

INDEX PAGE
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<link rel="stylesheet" href="css/index.css" type="text/css" media="screen" />

<title>TEST</title>

</head>

<body>
TEST
</body></html>
 
Status
Not open for further replies.

Users who are viewing this thread

Top