> This raises a new question. Wouldn't "text-align" be more appropriately > called "horizontal-align"? I mean, you might have non-text items within > the element that you are applying the alignment to. Because text-align only aligns inline content. It does not align block children. So something like: <div style="text-align: center"> <div style="width: 50%">Text</div> </div> Would center "Text" within the inner div (by inheritance) but not center the inner div within the outer one (because a div is block content). Boris ----------------- 617-864-9910 ----------------- Computer, n: A device to speed up and automate errorsReceived on Wednesday, 24 October 2001 14:18:56 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:11 GMT