With CSS how does one ALIGN block-level elements?

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