n00blet
08-02-2006, 08:23 PM
Its the first time I tried a CSS site without code sniffing and it ain't working out. Can anyone help me with it?
<!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>
<style type="text/css">
body {
BACKGROUND-COLOR: #008B8B; FONT-FAMILY: verdana,arial; FONT-SIZE: 10px
}
.nav {
background-color: #FFFFFF;
border-top: 0px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 2px;
color: #000000;
}
.content {
background-color: #F5F5F5;
border-top: 0px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
color: #000000;
}
.footer {
.footer {
background-color: #333333;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-top: 1px solid #333333;
color: #FFFFFF;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CSS</title>
</head>
<body>
<div class=.nav> <div align="center"> Put Nav Here </div>
<div class=.content> <div align="center">Put The Content Here
<P>
HERE HERE HERE HERE
<br><br><br>
</div>
<div class=.footer>
<div align="center">Layout Created By n00blet - 2006</div>
</body>
</html>
They don't show up as boxes with borders. Any help appreciated
<!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>
<style type="text/css">
body {
BACKGROUND-COLOR: #008B8B; FONT-FAMILY: verdana,arial; FONT-SIZE: 10px
}
.nav {
background-color: #FFFFFF;
border-top: 0px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 2px;
color: #000000;
}
.content {
background-color: #F5F5F5;
border-top: 0px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
color: #000000;
}
.footer {
.footer {
background-color: #333333;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-top: 1px solid #333333;
color: #FFFFFF;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CSS</title>
</head>
<body>
<div class=.nav> <div align="center"> Put Nav Here </div>
<div class=.content> <div align="center">Put The Content Here
<P>
HERE HERE HERE HERE
<br><br><br>
</div>
<div class=.footer>
<div align="center">Layout Created By n00blet - 2006</div>
</body>
</html>
They don't show up as boxes with borders. Any help appreciated