Ruby on Rails
JavaScript, XHTML, CSS
Java, Distributed Systems
<you_name_it>
IE doesnt align my content correctly. All other browsers work.
Submitted by AAGregg on Tue, 08/18/2009 - 17:34
Help! I am the first to admit that I am very novice CSS user, and am trying to learn by trial and error, and CSS training websites. This is essentially my first CSS website...
However, I think my issue is an IE one, as all other browsers are displaying correctly.
My site is not aligning like it does in all other browsers. Any insight you can share will be helpful, as I have no idea whom to ask.
Home page:
http://bettspestandtermitecontrolwichita.com/index.html
http://bettspestandtermitecontrolwichita.com/default.css
http://bettspestandtermitecontrolwichita.com/common-seasonal-pest.html
http://bettspestandtermitecontrolwichita.com/inside.css
Thanks!
Trackback URL for this post:
http://www.ruzee.com/trackback/257

Add a "text-align: center;"
Add a "text-align: center;" for the body tag in your css:
body {
text-align: center;
}
And watch out for those div widths, looks like the header div in the wrapper div is pushing the outer div a bit wider than specified.