[thelist] Centering a table with css

Craig Saila thelist at lists.evolt.org
Thu Mar 14 12:13:01 2002


> I'm not much of a designer and I'm not too good with positioning with
> CSS. All I'm trying to do is center a table without creating a
container
> and centering the table within that container.

Try this:
 BODY { text-align: center; } /* centers in IE 4-5.5 */
 TABLE.mainbox { text-align: left; margin: 0 auto; } /* centers in
complaint browsers }

Cheers,

Craig Saila
------------------------------------------
craig@saila.com  :  http://www.saila.com/
------------------------------------------