0
votes
CSS : Margin Auto
Centering block level elements in IE can be tricky. If you want to center the main portion of the site ('wrapper' in your example) then you can do the following:
body {
text-al …
