Does anyone know how to get rid of these ugly white borders on the left and the right?
I can not figure it out :( is it "side bar" or is it "margin"?
any advice would be MUCH appreciated
Thursday, October 16, 2008
Subscribe to:
Post Comments (Atom)
5 comments:
try to change this block of css in your page's source:
/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
width: 1090px;
margin:0 auto;
padding:10px;
text-align:left;
font: normal normal 100% Georgia, Serif;
border: 2px solid #DFDBC0;
background-image:url(http://www.victoriausova.com/images/oldpaper2.jpg);
}
remove width altogether or set it to auto
thanks sweety!
I can't see any white borders... maybe you've fixed it?!
Ahh, I think I know what you mean now... to remove any borders, change the bits in the html code that say
border: 2px solid
or something like that
to 0px (ie - making the width of the border to 0 pixels therefore invisible)
does that make sense?
Rima--thanks! you are an amazing rescuer! the wind, and now this! THANKS!!!!
Post a Comment