Want to use your coding skills to customise your emails? Add the Upsales HTML cell type to build (almost) anything you want.
This article covers:
How to add the HTML cell to your email
- Create a new email campaign (or email template)
- Click the Design tab:
- Add a row
- Click a column in that row
- Click HTML in the sidebar:
Available HTML tags
The elements and attributes have been chosen to ensure emails render consistently across clients.
Images
img
Typography
h1 h2 h3 h4 h5 h6 blockquote p b i strong em strike code caption
Tables
table thead tbody td th tr ul ol nl li
Various
a hr br div pre
Allowed attributes:
Specific attributes are for specific tags:
- On all elements: style
- On links <a>: href name target
- On images<img>: src width height alt title