COL.ch (Property)

The alignment character for cells in a column arrangement.

Availability:

DOM level - 1
JavaScript - 1.5
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:NmyTHEAD.ch

HTML 4.0 provides for text to be arranged in neat columns within table cells without the need to create additional tables within tables. This method of alignment is selected by setting the ALIGN="CHAR" HTML tag attribute. The CHAR HTML tag attribute is reflected in this property and is active when the CHAROFF HTML tag attribute is present.

See also:COLGROUP.ch, TD.ch, TH.ch, THEAD.ch, TR.ch