TOC PREV NEXT INDEX

domref



align


align gets/sets the alignment of the table.

Syntax

alignment = table.align
 
table.align = alignment
 

Parameters

alignment is a string with one of the following values:

left
center
right

Example

mytable.align = "center";
 

Notes

The align attribute is deprecated in HTML4.0.

Specification

align


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX