Overview
EasyEditor template markup is HTML and CSS that controls how your users can interact with your content in EasyEditor.
For example, you can use EasyEditor template markup to do the following:
- Create your own button styles
- Allow or prevent users from changing the font face of text
- Allow or prevent users from dragging building blocks into certain areas
Recommended starting point
We recommend using our 'Start from scratch' templates as a starting point to create your own email templates. These email templates include the most up-to-date HTML and CSS that make your email campaigns responsive in all email clients.
If you aren't building your email template in EasyEditor, you need to make sure your template includes an unsubscribe link.
Different versions of EasyEditor template markup for email templates
We have two versions of EasyEditor email template markup, and they aren't compatible with each other.
Although we no longer update our documentation for older versions, you might still find some useful information in them.
To check which version of EasyEditor email template markup is in your email templates, compare its source code against the source code of our 'Start from scratch' email template. This email template is the most up to date.
Additional info
- Some email clients do not render some CSS rules unless they are inline styles. Therefore, EasyEditor has a built-in CSS inline, which allows you to write your CSS rules in internal stylesheets without worrying about making them inline styles.
- Our 'Start from scratch' and 'Mobile email. Rebooted' templates are responsive. However, in some email clients and web browsers, these templates do not display correctly if you change the width to be wider than 700px or narrower than 620px.
To learn more, check out the article Change the width of your campaign.