InsertName
11-07-2008, 01:13 PM
I'm trying to add a black background #000000 to a xml xhtml 1.0 strict page but it won't work, only the parts with content is black while the rest is all white but when I removed the xml tag <?xml version="1.0" encoding="gb2312"?> it makes the entire page black
body{
color:#FFFFFF;
background:#000000;
}
any suggestions? or is this just not possible?
body{
color:#FFFFFF;
background:#000000;
}
any suggestions? or is this just not possible?