TOC PREV NEXT INDEX

Put your logo here!


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


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX