Hallo,
<div style="text-align:center">
<table>
<td.....</table>
</div>
Uiuiui. So wirds nichts. Spätestens wenn der Standard Modus aktiv wird. Eine Tabelle ist ein Blockelement und text-align: center zentriert inline Inhalte.
Wenn du Blockelement zentrieren willst, dann brauchst du ein "margin-left: auto; margin-right: auto;". Das steht auch alles in http://aktuell.de.selfhtml.org/tippstricks/css/ausrichtung/index.htm.
Viele Grüße,
Stefan