Forum Moderators: phranque
How can we make this center also in IE? Your suggestions would be greatly appreciated!
body
{text-align:center;
margin:0 auto;} The text-align will (incorrectly) center all of the content in IE. The margin takes care of the browsers that get it right. :) You'll need to set widths and other styles as appropriate.
Of course, you can then arrange the rest of the elements on the page however you'd like within the centered container.
Sounds like you might need to get a new site developer.