Formatting Your Templates

You are able to format the email body of your templates by using HTML tags. Simply add the text you wish to format between the tags shown in the table below.

  • Note: HTML tags can only be used in the email body portion of a template.

    The secure message area does not support HTML tags.

HTML Tag Example Resultant Style
<b>Bold</b> Bold
<u>Underlined</u> Underlined
<i>Italicized</i> Italicized
<s>Strikethrough</s> Strikethrough
<a href="https://www.google.ca/">Hyperlink</a> Clickable Hyperlink
<font color="red">Red Text </font> Red Text
<font color="blue">Blue Text </font> Blue Text
<font color="green">Green Text </font> Green Text
<font color="orange">Orange Text </font> Orange Text
<h1>Heading Level 1 </h1>

Heading Level 1

<h2>Heading Level 2 </h2>

Heading Level 2

<h3>Heading Level 3 </h3>

Heading Level 3

<ul>
<li> Unordered List Item 1</li>
<li> Unordered List Item 2</li>
<li> Unordered List Item 2</li>
</ul>
  • Unordered List Item 1
  • Unordered List Item 2
  • Unordered List Item 3
<ol>
<li> Ordered List Item 1</li>
<li> Ordered List Item 2</li>
<li> Ordered List Item 2</li>
</ol>
  1. Ordered List Item 1
  2. Ordered List Item 2
  3. Ordered List Item 3
This is above the horizontal rule
<hr>
This is below the horizontal rule
This is above the horizontal rule
This is below the horizontal rule
This is a line break<br>
between two lines
This is a line break
between two lines
Have more questions? Submit a request