Skip to main content

HTML Tags in Planhat

Supported HTML tags in Planhat and where you can use them.

Christian Dreyer avatar
Written by Christian Dreyer
Updated over 3 years ago

Planhat supports a range of HTML tags that can be used with Pages on Customer Portals and email editors. For more information on Pages check out this article: https://support.planhat.com/en/articles/3734248-using-documents-and-pages-in-portals πŸ‘

We have different "levels" of supported HTML:

1) Email Editor and Pages on Customer Portal

Will allow almost any HTML and attributes, very flexible.

2) Documents on Customer Portals

A limited set of attributes, mostly the same as for rich text fields in the application (see below), but a bit more extensive e.g. they allow tables.

3) Other fields, such as rich text custom fields, company description, task description etc, allow the following HTML tags:

Font Formatting

<Strong>: This tag is emphasises the importance of a piece of text and the text is displayed in bold.

<em>: This tag also stresses the importance of a piece of text and it's typically displayed as italic.

<s>: This tag is used to put a line through text that is no longer correct.


Ordered and Unordered Lists

<ul>: Defines an unordered list.

<ol>: Defines an ordered list.

<li>: Defines a list item.

Paragraphs

<p>: This tag indicates the start of a new paragraph and always starts you on a new line.


Headers

There are six HTML header tags and they're in order of importance with

"<h1>" being the most important. The size of the text will vary by order of importance.

HTML Header Tag Input:

<h1>Planhat heading test 1 </h1>

<h2>Planhat heading test 2 </h2>

<h3>Planhat heading test 3 </h3>

<h4>Planhat heading test 4 </h4>

<h5>Planhat heading test 5 </h5>

<h6>Planhat heading test 6 </h6>

Result:


Blockquotes

<blockquote>: This tag is used to specify a section that is quoted from another source and it usually indents the text.

<a href>: Use this tag to insert a hyperlink.

Did this answer your question?