In the Design Options Site Defaults I have the background set to color, not image. I looked at my server logs an found that pages are trying to find background1.gif. It does not seem to effect anything except for making my error log big. I search to find the reference to background1.gif and found this in the css:
/*body specific*/
body{
background-color:#ffffff;
background-image:url(background1.gif);
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}
Shouldn't that reference be gone with that setting?
Bob Ladden
/*body specific*/
body{
background-color:#ffffff;
background-image:url(background1.gif);
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}
Shouldn't that reference be gone with that setting?
Bob Ladden
Comment