text-indent
Defines the indentation of the first line of text in an element; default is 0.
Usage:
style="text-indent: (length)|(percent);"
NOTES:
Not supported in Lotus Notes 6.
Workaround:
Stretch a 1x1 transparent pixel horizontally to create your indentation.
<font face="Arial,sans-serif;" size="2" style="font: 10pt Arial,sans-serif;">
<img src="dx.gif" width="15" height="1" border="0" />This will indent the text as well.
</font>
This will indent the text as well.
The length value is best expressed in relative units
(such as em) so that the indentation will remain
proportionate to the rest of the text.
Percent values are directly proportionate to em values,
so 80% is the same as 0.8em.
This reference was created for Innovyx by Steve Cartoon Q3 2007. All rights reversed.