Addition/Correction to Web Authoring FAQ: HTML Tables

Hi there,

Your HTML FAQ has the following entry:
"How do I align a table to the right (or left)?

You can use <TABLE ALIGN="right"> to float a table to the right."
http://www.htmlhelp.com/faq/html/tables.html#align-table

I suggest you mention the right way to do this is to use a style sheet
applying the following rule on the said table:
{ margin-right:0 ; margin-left:auto ;}

Note that this is the only authorized way for an HTML document complying
with the HTML 4 Strict DTD.

Regards,

Dom
-- 
Dominique Hazaël-Massieux - http://www.w3.org/People/Dom/
W3C/INRIA
mailto:dom@w3.org

Received on Thursday, 12 September 2002 07:45:32 UTC