Re: Aligning tables

by "Tim Rivera" <lists(at)timrivera.com>

 Date:  Sun, 1 Dec 2002 14:37:39 -0500
 To:  "Beth Adler" <doglover(at)cgmailbox.com>,
"HWG Basics" <hwg-basics(at)hwg.org>
 References:  s8x1s5
  todo: View Thread, Original
> I'd like to use CSS to center align a table but don't know the command.

Hello Beth,

Try this:

div.center {text-align: center} /* IE, NN4 */
table.center {margin: auto} /* Moz, Op, N6+ */

<div class="center">
<table class="center">
    ...
</table>
</div>


Tim

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA