HTML import and WYSIWYG editing capabilities | Adobe Higher Education
Skip to main content
August 21, 2013
Question

HTML import and WYSIWYG editing capabilities

Is there a way to edit an email with your own HTML yet still allow for it to be WYSIWYG for future template editing by team members other than the designer? (Not everyone has the HTML knowledge so we would like to be able to edit with our own email templates.)
Ce sujet a été fermé aux réponses.

2 commentaires

August 21, 2013
If you add "mktEditable"  to your class definitions, that allows the content to be edited in WYSIWYG.
August 21, 2013
This thread should help: Creating Editable areas in Email Templates

As Tim suggested, you can specify class="mktEditable" in a div or a span. Also specify an "id" value for each editable region.

<div class="mktEditable" id="bodyCopy">
Text goes here.
</div>