HTML Tags available in FSI Viewer
FSI Viewer supports basic HTML tags in various contexts like when entering custom tool tips, texts for the "LargeToolTips" plug-in, search results and alike. Whenever this documentation refers to "Basic HTML formatting tags", the following HTML tags can be used (variable values printed bold italic):
HTML Tags
<b></b>
<i></i>
<u></u>
<br/>
<font color="#FF0000" size="12" face="Arial"></font>
<p align="left|center|right"></p>
Please note that you need to use XML syntax in order to avoid XML syntax errors
in configuration files - this is e.g. using <br/>
instead of <br>
.