JSSTag.align (Property)

Specified the alignment of objects.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:String primitive
JavaScript syntax:NmyJSSTag.align
NmyJSSTag.align = aValue
CSS syntax:float
HTML syntax:<... ALIGN="...">
Argument list:aValueAn alignment value

The JSSTag.align property does not correspond to any CSS property as there is not a specific align property in CSS even though some HTML 4.0 tags do.

It is based on values that are specified with HTML ALIGN="..." tag attributes.

The alignment of the styled object with respect to its containing parent object is defined in this property. The folllowing expected and widely available set of alignment specifiers are available:

Warnings: