Skip to content

Instantly share code, notes, and snippets.

@oneblackcrayon
Created April 11, 2012 03:23
Show Gist options
  • Save oneblackcrayon/2356645 to your computer and use it in GitHub Desktop.
Save oneblackcrayon/2356645 to your computer and use it in GitHub Desktop.
Campaign Monitor Multiple Layout Jumpstart Code
<!-- use this code to jumpstart your multiple layouts supported email template for Campaign Monitor -->
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<repeater>
<layout label="one">
<!-- HTML code goes here -->
</layout>
<layout label="two">
<!-- HTML code goes here -->
</layout>
<layout label="three">
<!-- HTML code goes here -->
</layout>
</repeater>
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment