Hey everyone, My site, http://rygo.net loads fine in Firefox, but not in IE. What is the problem? I have been looking over the HTML for a while and cannot figure it out! What am I doing wrong??? -Ryan
The person who made the WP template didn't center the page properly. Did you make it? If so I can tell you how to center it properly (and validly)
Yes, I've designed a good portion of it, but the style sheet and stuff is from a template.. how can I fix this?
In your CSS find this: #page { margin: 0px auto; width: 760px; border-bottom: 5px solid #d5e6eb; border-left: 5px solid #d5e6eb; border-right: 5px solid #d5e6eb; background: #FFFFFF url(images/content-bg.gif) repeat-y; } add this to it: text-align:center; For some reason IE doesn't like margin's. Don't ask why. Well I think that should fix it. If not then just post again and i'll have a closer look.