Formatting tags
The HTML tags that control the formatting can vary by browser. In Optiva, these HTML tags are converted to pseudo tags. For color coding the name of the color may be converted to a hex code.
Font | HTML tags | Optiva pseudo tags |
---|---|---|
bold |
<b> and
</b>
|
{b} and
{/b}
|
strong |
<strong> and
</strong>
|
{b} and
{/b}
|
italics |
<i> and
</i>
|
{i} and
{/i}
|
emphasize |
<em> and
</em>
|
{i} and
{/i}
|
underline |
<u> and
</u>
|
{u} and
{/u}
|
strikethrough |
<strike> and
</strike>
or
|
{strike} and
{/strike}
|
color coding |
<font color = “red”> and
</font>
|
{font color = “red”} and
{/font}
|
The pseudo tags are not displayed in the web client user interface.