Re: CSS to center a table?

On Sat, 19 May 2001, Michael D. Crawford wrote:
>
> Is there a way to use cascading stylesheets to center a table
> horizontally on a page?

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

-- 
Ian Hickson                                            )\     _. - ._.)   fL
Invited Expert, CSS Working Group                     /. `- '  (  `--'
The views expressed in this message are strictly      `- , ) -  > ) \
personal and not those of Netscape or Mozilla. ________ (.' \) (.' -' ______

Received on Saturday, 19 May 2001 15:46:33 UTC