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

HTML import and WYSIWYG editing capabilities

  • August 21, 2013
  • 2 replies
  • 1160 views
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.)
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

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>