web layout
I just started working on my renovating my site to give it a new look and I am having major problems with my background. here
And it is using an external stylesheet.
So my problem is, why won't my background show the color I have assigned it in my stylesheet?
Here:
A {text-decoration:none;}
A:link {color:#CC6600;}
A:visited {color:#FFFFFF;}
A:active {color:#003333;}
A:hover {color:#CCFFFF;}
h1 {font-family: verdana;color: #003333;}
p {font-family: verdana color: #003333;}
body
{ background-color:#660000;
font-family: verdana;
color: #003333 ;
letter-spacing: 2 pt;
font-weight: normal;
font-size: 8 pt;
margin: 0px;
padding-left: 0px;
padding-right: 0px;
}
#header {
margin: 20px;
padding: 10px;
height: 300px;
}
#left {
position: absolute;
left: 15px;
top: 160px;
width: 200px;
}
#center {
top: 0px;
margin-left: 230px;
margin-right: 230px;
}
#right {
position: absolute;
right: 15px;
top: 160px;
width: 200px;
}
And it is using an external stylesheet.
So my problem is, why won't my background show the color I have assigned it in my stylesheet?
Here:
A {text-decoration:none;}
A:link {color:#CC6600;}
A:visited {color:#FFFFFF;}
A:active {color:#003333;}
A:hover {color:#CCFFFF;}
h1 {font-family: verdana;color: #003333;}
p {font-family: verdana color: #003333;}
body
{ background-color:#660000;
font-family: verdana;
color: #003333 ;
letter-spacing: 2 pt;
font-weight: normal;
font-size: 8 pt;
margin: 0px;
padding-left: 0px;
padding-right: 0px;
}
#header {
margin: 20px;
padding: 10px;
height: 300px;
}
#left {
position: absolute;
left: 15px;
top: 160px;
width: 200px;
}
#center {
top: 0px;
margin-left: 230px;
margin-right: 230px;
}
#right {
position: absolute;
right: 15px;
top: 160px;
width: 200px;
}
0