Supported HTML Tags

Top  Previous  Next

Here are the tags (HTML elements) that you can use:

Presentation markup tags: <b>, <i>, <big>, <small>, <s>, <u>, <font [color=color] [size=size] [face=face]>
Headings <h1>...<h6>
Line break <br>
Comments: <!-- -->

 

All other tags (elements) cannot be used. Most of these tags are simply ignored, but some lead to scrambled text output.

 

note_tip-wt

One peculiarity of the HTML renderer used in the TIDE software is that it often requires you to add an extra space before the closing tag in the tag pair. For example, if you write "<b>Bold</b> text" then you will get this output: "Boldtext". Writing "<b>Bold </b> text" or <b>Bold</b>text will produce correct result: "Bold text".