Overview
HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. RecDesk allows the use of HTML code for Description, Notes, Permit Templates, Content Management, and if you chose not to use Rich Text in FlexForms.
Before You Start
<> Are brackets and it is very important that you open and close every bracket. You must have the same bracket opens match from left to right. Example: Bracket 1,2, Information, 2,1.
To Bold Text: <b>Bold</b>
To Italic Text:<i>Italic</i>
To Underline Text:<u>Underline</u>
To Center Text: <center>Center</center>
For Red Text: <font color="red">Red Text</font>
For Blue Text: <font color="blue">Blue Text</font>
To Create a Numbered List: <ol><li>1st Item</li><li>2nd Item</li></ol>
To Create a Dotted List: <ul><li>1st Item</li><li>2nd Item</li></ul>
Clickable Email Address (mailto): <a href="mailto:name@email.com">Link text</a>
Clickable Phone Number: <a href="tel:123-456-7890">123-456-7890</a>
Hyperlinks please see this article: https://recdesk.zendesk.com/hc/en-us/articles/360021492494
IF you need to use multiple please remember to CLOSE each item. Example:
<u><b>Underlined and Bold</b></u>