Quote:
Originally Posted by Quoth
Never use margin:auto anywhere
Set left & right margin and text-indent to zero if center is used.
|
No need to set left/tight margins to 0 if you have them set to 0 in body. That's just excess unneeded code. What you do need in a text-indent: 0; for centering.