Hi all,
We are creating a Marketo template to have modules in and the container has been set at the <td> of the main table with the modules being table elements themselves.
The modules show up in the module pane but you can't drag them into the email and the one on the page by default is not editable.
I've made it as simple as possible to debug but does not work. Here is my code.
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;">
<tr>
<td class="mktoContainer" id="MktContainer" style="max-width:100%;">
<table class="mktoModule" id="test" mktoName="test">
<tr>
<td>
<div class="mktoText" id="testText1" mktoName ="TestText1">
Some Text
</div>
</td>
</tr>
</table>
</td>
<!-- END of Marketo Module Container -->
</tr>
</table>
Thanks!
Hi Luke,
The code above seems OK to me.
Provide some more complete code, so that we can check.
-Greg
I have exactly the same problem where I can't drag and drop. They show etc but get the red strikethrough symbol everytime.
That's the code above - it looks correct. I even tried the code from here: http://jennamolby.com/how-to-create-marketo-2-0-email-templates/#cpage-0 and that also did not work?
Can you verify if email 2.0 turned on?
The setting is found under:
Admin -> Email -> Edit Email Editor Settings -> select 'NEW'
Hi Luke,
The code worked for me
Is email 2.0 on? The setting is found under:
Admin -> Email -> Edit Email Editor Settings -> select 'NEW'
Hello,
I'm having the same issue where I cannot select the modules section as seen in the screenshot 1.
I also noticed the "No modules. Email is broken from template." I used the same code above.
Email 2.0 is turned on as shown below:
Any help would be awesome!
Thanks,
Huy
The fact that the editor is turned on does not mean the template if adapted to the editor 2.0.
-Greg
Okay, how or what can I do to adapt the original poster's code to make his template to the 2.0 editor?