mandy: tabelle horizontal zentrieren

Beitrag lesen

ich möchte alle tabellen auf meiner HP horizontral zentrieren.

table {
        margin-left: auto;
        margin-right: auto;
      }

jetz stell ich aber plötzlich fest, dass das ganze zwar im opera (6.01) und im mozilla 1.0 funzt, aber nicht im IE 6. :-((
muss ich da wohl oder übel <table align="center"> im quelltext lassen?