Add Editable Sections to Email Templates v1.0 add-editable-sections-to-email-templates-v1.0
If you’re creating a template in the Email Template Editor v1.0, you can make any section editable by putting a special <div>
around it.
NOTE
Example
<pre> <div class="mktEditable" id="UNIQUE_ID">This part is editable</div></pre>
Rules:
- The HTML must always be valid.
- The class of mktEditable must be included.
- The ID must be unique in that HTML.
- No spaces in the ID.
CAUTION
mktEditable statements cannot be nested.
If you want to learn how to do this in Email Template Editor v2.0, check out email template syntax.
recommendation-more-help
94ec3174-1d6c-4f51-822d-5424bedeecac