My website http://www.xsquareddev.net seems to be stuck to the left hand side of the window in IE7 even if I add left margins to body tag. I need it centered, anyone know whats going on?
IE7 Stuck To Left
margin: auto;
should be
margin: 0 auto;
should be
margin: 0 auto;
w00t thanks!
