Contents Index Topic Contents | ||
Previous Topic: align Next Topic: aLink |
align
Description
Displays the element left flush, right flush, or centered relative to the display or table.
Syntax
object.align[ = align]
Settings
This read-write property can be set to one of these string values:
center Align to the center. left Align to the left edge. right Align to the right edge. The default is left-aligned for TR and TD. The default is center-aligned for TH.
Applies To
COL, COLGROUP, DIV, H1, H2, H3, H4, H5, H6, HR, P, TBODY, TD, TFOOT, TH, THEAD, TR
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.