Which version of IE have you tested it in?
Running it through the W3C validator is throwing quite a few errors, which probably aren't helping matters The W3C Markup Validation Service
My web page aligns left in IE, but not in other browsers. It should be centered. Any suggestions?
The Olde Rugged Cross | Wood Crosses for Sale
Which version of IE have you tested it in?
Running it through the W3C validator is throwing quite a few errors, which probably aren't helping matters The W3C Markup Validation Service
Hi
In your style.css file change this:
to this:HTML Code:body { background-color:#6699CD; margin:0px; padding:0px; border:0px; background-repeat:repeat; text-align:center; background-image: url(Images/BluePuffySkies.gif); }
Let me know how you get onHTML Code:body { width: 1000px; background-color:#6699CD; margin:0px auto; padding:0px; border:0px; background-repeat:repeat; text-align:center; background-image: url(Images/BluePuffySkies.gif); }