-
Re: Can you create Custom Modules?
Gerard Donnelly Jun 29, 2017 3:12 PM (in response to f36c4cea71cd3e80bc994fa0b95532d5f0ed34c9)Have you got all your module sections wrapped in a master container?
<!-- Module Container Table -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td class="mktoContainer" id="mkto-container">
******All your module sections should go in here******
</td>
</tr>
</table>
<!--End of Module Container -->
-
Re: Can you create Custom Modules?
Gerard Donnelly Jun 29, 2017 3:15 PM (in response to f36c4cea71cd3e80bc994fa0b95532d5f0ed34c9)4 of 4 people found this helpfulJenna Molby made a fantastic blog post about creating Email 2.0 templates that should help your whole team as a reference.
http://jennamolby.com/how-to-create-marketo-2-0-email-templates/
-
Re: Can you create Custom Modules?
Jo Pitts Nov 14, 2017 8:04 PM (in response to Gerard Donnelly)This article was awesome. I would absolutely recommend it to anyone thinking about tweaking templates in general, and creating modules particularly.
Even for someone with marginal HTML skills, asides from the HTML editor validation stuff being quite broken in Marketo, It was a piece of cake to add two new modules.
-
-
Re: Can you create Custom Modules?
Grégoire Michel Jun 29, 2017 3:16 PM (in response to f36c4cea71cd3e80bc994fa0b95532d5f0ed34c9)Hi Scott,
1/ read the doc (Email Template Syntax - Marketo Docs - Product Docs ) carefully. It explains how modules need to be included in containers. Modules and containers classes can only be added to some specific HTML tags.
2/ Use some of Marketo built-in starter templates to see how they are developped.
-Greg