Sets or retrieves the table alignment.
Syntax
HTML <TABLE ALIGN = sAlign ... > Scripting table.align [ = sAlign]
Possible Values
sAlign String that specifies one of the following values:
left Aligns to the left edge. center Aligns to the center. right Aligns to the right edge. The property is read/write with a default value of left.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see Dynamic Properties.
Applies To