|
Using HTML Tags in Text
The Text of items displayed by Satellite supports a small range of HTML tags. These tags must be written in lowercase. The following tags can be used:
<br> - a line breakTo display reserved characters such as &, < and >, use their HTML character entities (&, < and > respectively, which would be %26amp;, %26lt; and %26gt; when encoded). |