Text-Only Version Not Working | Community
Skip to main content
August 17, 2016
Solved

Text-Only Version Not Working

  • August 17, 2016
  • 1 reply
  • 4490 views

Hi all,

For context:  I'm creating an email in dreamweaver.  After i'm finished with the HTML in dreamweaver, I copy and edit the full code into Marketo's email editor.  The HTML email works and looks fine.

My problem:  I have edited the text-only version of my email, but when I send myself a text-only email sample, I get a blank message with the unsubscribe link at the bottom.  I then tried to use the function of "copy text from HTML" and when I did this, it completed deleted the text-only version.

Question is, if I'm not using an email template provided by Marketo, does this cause errors in the text-only email editor?  Has anyone else experienced this before?  What can I do?

Thank you for your time and help..

Best,
Janice

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Justin_Cooperm2

You need at least one "mktEditable" tag in your email. Can you just throw this in:

<body>

<div class="mktEditable" id="mainContainer">

...your email body content here...

</div>

</body>

1 reply

Justin_Cooperm2
Justin_Cooperm2Accepted solution
New Participant
August 17, 2016

You need at least one "mktEditable" tag in your email. Can you just throw this in:

<body>

<div class="mktEditable" id="mainContainer">

...your email body content here...

</div>

</body>

August 18, 2016

WELL THERE YA HAVE IT, THANK YOU JUSTIN!!!