Supported HTML
Below outlines the available elements which can be used within standard email templates.
Allows HTML elements
- a
- col
- colgroup
- em
- h1
- h2
- h3
- h4
- h5
- h6
- img
- li
- ol
- p
- q
- s
- strike
- strong
- table
- tbody
- td
- tfoot
- th
- thead
- tr
- u
- ul
danger
Unsupported elements can still be added to a template but the email will not render as expected.
Unsupported HTML elements
Some HTML elements are not fully supported, and instead of translated to an appropriate element with similar function. The following table outlines the unsupported elements, and the element they are translated to:
| Unsupported Tag | Becomes |
|---|---|
| b | strong |
| div | p |
| i | em |
| span | p |
tip
Always send a test email to yourself when designing email templates, as how they look in the composer may not reflect how they look in the email client.