HTML import and WYSIWYG editing capabilities

Anonymous
Not applicable

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.)
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: HTML import and WYSIWYG editing capabilities

If you add "mktEditable"  to your class definitions, that allows the content to be edited in WYSIWYG.
Anonymous
Not applicable

Re: HTML import and WYSIWYG editing capabilities

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>