text-align applying to all elements will only work (incorrectly) with IE in "quirks" mode (partial or no doctype)
all other browsers (and IE in "standards" mode) will correctly apply it to text elements only.
To centre all elements in all browsers without using the deprecated <center> tags or the (again) deprecated align attribute use a FULL doctype and style="margin:auto" for each element.
Chris.
Indifference will be the downfall of mankind, but who cares?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.