Skip to content

Instantly share code, notes, and snippets.

@biojazzard
Created May 24, 2018 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biojazzard/b0268524808079f6574fe041b9537517 to your computer and use it in GitHub Desktop.
Save biojazzard/b0268524808079f6574fe041b9537517 to your computer and use it in GitHub Desktop.
table.templateColumns.bgcolor(border='0', cellpadding='0', cellspacing='0', width='630')
// Mailchimp 2 Col
tr
td.templateColumnContainer(align='center', valign='top', width='50%')
table(border='0', cellpadding='0', cellspacing='0', width='100%')
tr
td.leftColumnContent
img.columnImage(src='http://placekitten.com/g/480/300', width='315')
h1 L1LLLLLLL
tr
td.leftColumnContent(valign='top')
img.columnImage(src='http://placekitten.com/g/480/300', width='315')
h1 L2LLLLLLL
td.templateColumnContainer(align='center', valign='top', width='50%')
table(border='0', cellpadding='0', cellspacing='0', width='100%')
tr
td.rightColumnContent
img.columnImage(src='http://placekitten.com/g/480/300', width='315')
h1 R1RRRRRRR
tr
td.rightColumnContent(valign='top')
img.columnImage(src='http://placekitten.com/g/480/300', width='315')
h1 R2RRRRRRR
// Mailchimp 1 Col
tr
td.templateColumnContainer(colspan='2', align='center', valign='top', width='100%')
table(border='0', cellpadding='0', cellspacing='0', width='100%')
tr
td.midColumnContent
img.columnImage(src='http://placekitten.com/g/480/300', width='100%', style='max-width:630px;opacity:.5')
h1 C1CCCCCCCC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment