I'm working on a site, and am having trouble getting text within a table to appear centered in IE. Firefox 2, 3 and Safari all work fine, but for some reason, the text won't appear centered in IE 6 or 7. I'm using:
h2{font:300 12px "Helvetica", serif; text-align:center; text-transform:uppercase;}.
I've also tried adding
margin-left:auto; margin-right:auto position:relative;
to no avail. Any help?