Re: With CSS how does one ALIGN block-level elements?

Neil St.Laurent wrote:
___
 Knowing that there is no way to get the exact behaviour of what <DIV
 ALIGN=CENTER> would do then, is there?  The best that can be done is
 to text-align center and make all it's contents inline and do each
 one with a separate DIV to make new block-level elements?
---

What does <DIV ALIGN=center> do that the style declaration

 DIV { text-align: center }

does not? I see no difference in MSIE or NSN. ALIGN is the HTML equivalent
of text-align.

David Perrell

Received on Monday, 20 October 1997 13:41:05 UTC