Comment Re:XHTML is painful (Score 1) 39
Hack it using:
text-align: center; /* IE hack */
margin-left: auto;
margin-right: auto;
in the parent of the table you want to center ;)
text-align: center;
margin-left: auto;
margin-right: auto;
in the parent of the table you want to center