Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

How can I use HTML in Letterhead?

Edit in CMS

To jump to the list of supported elements and attributes, click here.

  • Allows users to easily drag and drop a block for the seamless insertion of custom HTML directly into the newsletter content.
  • Advanced validation ensures HTML compatibility with various email clients, preventing layout disruptions by automatically identifying and restricting certain tags, like script or HTML5 media object tags.
  • While allowing custom HTML, the block maintains newsletter integrity by blocking problematic HTML inputs.
  1. Navigate to the Letterhead section and click on Newsletters in the left panel.

  2. To start creating a newsletter, you have two options: select the Blank template or choose a template from the dashboard.

  3. To add the HTML block, simply select it from the right panel and drag it onto the desired location on the newsletter.

  4. The HTML block will be displayed as a placeholder in your newsletter.

  5. The HTML editor will be displayed on the right side of the page.

  6. Any changes made to the HTML block will be automatically saved.

{{ campaignId }} - A unique identifier for the newsletter, after published - this will be empty before publication
{{ uniqueId }} - A unique identifier for the individual subscriber - this will be empty before publication
{{ subscriber\_email }} - The email address of a given subscriber
{{ subscriber\_name }} - The first name of the user, if set their profile. Otherwise it is empty.
{{ subscriber\_surname }} - The last name of the user, if set in their profile. Otherwise it is empty.

In the future, Letterhead will also support our audience profile fields.

As part of the HTML block, Letterhead will support the following tags:

ElementAccepted Attribute
<span>span
<code>
<sub>id , class , and style
<sup>id , class , and style
<del>id , class , title and style
<ins>
<small>id , class and style
<font> converts to <span>class , id , color , size , face and style
<a> PAVEDhref , title , target , and style
<em> or <i>
<strong> or <b>
<p>id , class , and style
<img /> PAVEDclass , id , src , alt , title , style , width and height
<table> PAVEDclass , id , src , alt , title , style , width and height
<tr> PAVEDclass , id , align , `valignandstyle“
<th>class , id , colspan , rowspan , style , width and height
<td> PAVEDclass , id , colspan , rowspan , valign , style , width and height
<h1>id , class , and style
<h2>id , class , and style
<h3>id , class , and style
<h4>id , class , and style
<br>
<ol>
<ul>
<li>
<dl>id , class , and style
<dt>id , class , and style
<dd>id , class , and style
<pre>
<link />href , rel , type and media
<u> converts to <span>
<s> converts to <span>

Still can’t find what you need? Contact support.