Forum Moderators: not2easy
BODY { text-align: center; } /* Only IE6 needs this */TABLE {
margin 0 auto; /* Technically correct way to centre a block */
text-align: left; /* To counter the body text-align */
}
Now assuming your <table> isn't set to 100% width, that should work.
Check out this thread, where I used this technique myself to centre some info boxes. Lots of variations on the theme too!
[webmasterworld.com...]
I also have a test page demonstrating all methods, sticky me for the address.