J JSSTag.textIndent (Property) JSSTag.textIndent (Property) The indentation (Web design software)
J JSSTag.textIndent (Property) JSSTag.textIndent (Property) The indentation of text in the object. CSS level 1 JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: String primitive JavaScript syntax: myJSSTag.textIndent N N myJSSTag.textIndent = anIndent CSS syntax: text-indent: anIndent Argument list: anIndent A value to indent the first line of text The JSSTag.textIndent property corresponds to the text-indent CSS property. This value is used to indent the first line of text in the styled element. The value is numeric but can be specified in several ways: . Absolute (10) . Relative (-5) . Percentage of paragraph width (10%) The default value for this property is 0, meaning no indent at all. This value is inherited from its parent container element. Warnings: . Deprecated for any further use. This was available only in Netscape 4.0 and is completely removed from Netscape 6.0. See also: Measurement units, style.textIndent JSSTag.textTransform (Property) The transformation of text in the object. CSS level 1 JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: String primitive 1267