Created
April 11, 2012 03:33
-
-
Save oneblackcrayon/2356664 to your computer and use it in GitHub Desktop.
Mailchimp Variable Content Jumpstart Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- use this code to jumpstart your variable content block supported email template for Mailchimp --> | |
<table border="0" cellpadding="0" cellspacing="0"> | |
<tr> | |
<td> | |
<table border="0" cellpadding="0" cellspacing="0" mc:repeatable="first-repeater" mc:variant="one"> | |
<tr> | |
<td> | |
<!-- HTML code goes here --> | |
</td> | |
</tr> | |
</table> | |
<table border="0" cellpadding="0" cellspacing="0" mc:repeatable="first-repeater" mc:variant="two"> | |
<tr> | |
<td> | |
<!-- HTML code goes here --> | |
</td> | |
</tr> | |
</table> | |
<table border="0" cellpadding="0" cellspacing="0" mc:repeatable="first-repeater" mc:variant="three"> | |
<tr> | |
<td> | |
<!-- HTML code goes here --> | |
</td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment