- From: Neil St.Laurent <neil@bigpic.com>
- Date: Sun, 19 Oct 1997 17:57:09 -0600
- To: www-style@w3.org
Maybe I'm missing something, but it just dawned on me after several months of implementing and using CSS that there doesn't appear to be a way to center or right align block-level elements. Basically I want this HTML 3.2 code: <DIV ALIGN=CENTER> <TABLE> ... </TABLE> </DIV> converted into HTML 4.0 using CSS: <DIV STYLE="????: center"> <TABLE> ... </TABLE> </DIV> __ | Mortar: Advanced Web Development <http://bigpic.com/mortar/> | Neil St.Laurent neil@bigpic.com | Big Picture Multimedia
Received on Sunday, 19 October 1997 19:51:59 UTC