User`s guide

13 Create a Report Program
13-104
font-style
font-weight
height
line-height
margin
margin-bottom
margin-left
margin-right
margin-top
padding
padding-bottom
padding-left
padding-right
padding-top
text-align
text-decoration
text-indent
vertical-align
white-space
width
For information about these CSS formats, see the W3Schools CSS documentation at
www.w3schools.com/cssref.
Support for HTML Character Entities
You can append HTML content that includes special characters, such as the British
pound sign, the U.S. dollar sign, or reserved XML markup characters. The XML markup
special characters are >, <, &, ", and '. To include special characters, use HTML named
or numeric character references. For example, to include the left bracket (<) in HTML
content that you want to append, use one of these character entity references:
The named character entity reference &lt;