The HTML Text tab contains the field where the HTML markup language is inserted. The supported HTML elements are listed below.
Supported Elements
Start Tag
|
End Tag
|
Description
|
<b>
|
</b>
|
text is bold
|
<i>
|
</i>
|
text is italicized
|
<u>
|
</u>
|
text is underlined
|
<color=value>
|
</color>
|
text color changes based upon value, e.g. red
|
<p>
|
</p>
|
text is placed in paragraph break
|
<br>
|
|
line break
|
<runfile=value>
|
</runfile>
|
run a file when selected, e.g. STARTUP.DAT
|
<formaction=value>
|
</formaction>
|
run a custom form action when selected
|
<link="value">
|
</link>
|
launches a Web site
|
|
|