Sets or retrieves whether the caption appears at the top or bottom of the TABLE.
Syntax
HTML <CAPTION VALIGN = sAlign ... > Scripting caption.vAlign [ = sAlign ]
Possible Values
sAlign String that specifies one of the following values:
top Places the caption at the top of the table. bottom Places the caption at the bottom of the table. The property is read/write with a default value of top.
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