email_template_layout_2.html 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>*|MC:SUBJECT|*</title>
  6. <style type="text/css">
  7. /* /\/\/\/\/\/\/\/\/ CLIENT-SPECIFIC STYLES /\/\/\/\/\/\/\/\/ */
  8. #outlook a{padding:0;} /* Force Outlook to provide a "view in browser" message */
  9. .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
  10. .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */
  11. body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */
  12. table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */
  13. img{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */
  14. /* /\/\/\/\/\/\/\/\/ RESET STYLES /\/\/\/\/\/\/\/\/ */
  15. body{margin:0; padding:0;}
  16. img{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}
  17. table{border-collapse:collapse !important;}
  18. body, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}
  19. /* /\/\/\/\/\/\/\/\/ TEMPLATE STYLES /\/\/\/\/\/\/\/\/ */
  20. /* ========== Page Styles ========== */
  21. #bodyCell{padding:20px;}
  22. #templateContainer{width:600px;}
  23. /**
  24. * @tab Page
  25. * @section background style
  26. * @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
  27. * @theme page
  28. */
  29. body, #bodyTable{
  30. /*@editable*/ background-color:#DEE0E2;
  31. }
  32. /**
  33. * @tab Page
  34. * @section background style
  35. * @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
  36. * @theme page
  37. */
  38. #bodyCell{
  39. /*@editable*/ border-top:4px solid #BBBBBB;
  40. }
  41. /**
  42. * @tab Page
  43. * @section email border
  44. * @tip Set the border for your email.
  45. */
  46. #templateContainer{
  47. /*@editable*/ border:1px solid #BBBBBB;
  48. }
  49. /**
  50. * @tab Page
  51. * @section heading 1
  52. * @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
  53. * @style heading 1
  54. */
  55. h1{
  56. /*@editable*/ color:#202020 !important;
  57. display:block;
  58. /*@editable*/ font-family:Helvetica;
  59. /*@editable*/ font-size:26px;
  60. /*@editable*/ font-style:normal;
  61. /*@editable*/ font-weight:bold;
  62. /*@editable*/ line-height:100%;
  63. /*@editable*/ letter-spacing:normal;
  64. margin-top:0;
  65. margin-right:0;
  66. margin-bottom:10px;
  67. margin-left:0;
  68. /*@editable*/ text-align:left;
  69. }
  70. /**
  71. * @tab Page
  72. * @section heading 2
  73. * @tip Set the styling for all second-level headings in your emails.
  74. * @style heading 2
  75. */
  76. h2{
  77. /*@editable*/ color:#404040 !important;
  78. display:block;
  79. /*@editable*/ font-family:Helvetica;
  80. /*@editable*/ font-size:20px;
  81. /*@editable*/ font-style:normal;
  82. /*@editable*/ font-weight:bold;
  83. /*@editable*/ line-height:100%;
  84. /*@editable*/ letter-spacing:normal;
  85. margin-top:0;
  86. margin-right:0;
  87. margin-bottom:10px;
  88. margin-left:0;
  89. /*@editable*/ text-align:left;
  90. }
  91. /**
  92. * @tab Page
  93. * @section heading 3
  94. * @tip Set the styling for all third-level headings in your emails.
  95. * @style heading 3
  96. */
  97. h3{
  98. /*@editable*/ color:#606060 !important;
  99. display:block;
  100. /*@editable*/ font-family:Helvetica;
  101. /*@editable*/ font-size:16px;
  102. /*@editable*/ font-style:italic;
  103. /*@editable*/ font-weight:normal;
  104. /*@editable*/ line-height:100%;
  105. /*@editable*/ letter-spacing:normal;
  106. margin-top:0;
  107. margin-right:0;
  108. margin-bottom:10px;
  109. margin-left:0;
  110. /*@editable*/ text-align:left;
  111. }
  112. /**
  113. * @tab Page
  114. * @section heading 4
  115. * @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
  116. * @style heading 4
  117. */
  118. h4{
  119. /*@editable*/ color:#808080 !important;
  120. display:block;
  121. /*@editable*/ font-family:Helvetica;
  122. /*@editable*/ font-size:14px;
  123. /*@editable*/ font-style:italic;
  124. /*@editable*/ font-weight:normal;
  125. /*@editable*/ line-height:100%;
  126. /*@editable*/ letter-spacing:normal;
  127. margin-top:0;
  128. margin-right:0;
  129. margin-bottom:10px;
  130. margin-left:0;
  131. /*@editable*/ text-align:left;
  132. }
  133. /* ========== Header Styles ========== */
  134. /**
  135. * @tab Header
  136. * @section preheader style
  137. * @tip Set the background color and bottom border for your email's preheader area.
  138. * @theme header
  139. */
  140. #templatePreheader{
  141. /*@editable*/ background-color:#F4F4F4;
  142. /*@editable*/ border-bottom:1px solid #CCCCCC;
  143. }
  144. /**
  145. * @tab Header
  146. * @section preheader text
  147. * @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
  148. */
  149. .preheaderContent{
  150. /*@editable*/ color:#808080;
  151. /*@editable*/ font-family:Helvetica;
  152. /*@editable*/ font-size:10px;
  153. /*@editable*/ line-height:125%;
  154. /*@editable*/ text-align:left;
  155. }
  156. /**
  157. * @tab Header
  158. * @section preheader link
  159. * @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
  160. */
  161. .preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{
  162. /*@editable*/ color:#606060;
  163. /*@editable*/ font-weight:normal;
  164. /*@editable*/ text-decoration:underline;
  165. }
  166. /**
  167. * @tab Header
  168. * @section header style
  169. * @tip Set the background color and borders for your email's header area.
  170. * @theme header
  171. */
  172. #templateHeader{
  173. /*@editable*/ background-color:#F4F4F4;
  174. /*@editable*/ border-top:1px solid #FFFFFF;
  175. /*@editable*/ border-bottom:1px solid #CCCCCC;
  176. }
  177. /**
  178. * @tab Header
  179. * @section header text
  180. * @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
  181. */
  182. .headerContent{
  183. /*@editable*/ color:#505050;
  184. /*@editable*/ font-family:Helvetica;
  185. /*@editable*/ font-size:20px;
  186. /*@editable*/ font-weight:bold;
  187. /*@editable*/ line-height:100%;
  188. /*@editable*/ padding-top:0;
  189. /*@editable*/ padding-right:0;
  190. /*@editable*/ padding-bottom:0;
  191. /*@editable*/ padding-left:0;
  192. /*@editable*/ text-align:left;
  193. /*@editable*/ vertical-align:middle;
  194. }
  195. /**
  196. * @tab Header
  197. * @section header link
  198. * @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
  199. */
  200. .headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{
  201. /*@editable*/ color:#EB4102;
  202. /*@editable*/ font-weight:normal;
  203. /*@editable*/ text-decoration:underline;
  204. }
  205. #headerImage{
  206. height:auto;
  207. max-width:600px;
  208. }
  209. /* ========== Body Styles ========== */
  210. /**
  211. * @tab Body
  212. * @section body style
  213. * @tip Set the background color and borders for your email's body area.
  214. */
  215. #templateBody{
  216. /*@editable*/ background-color:#F4F4F4;
  217. /*@editable*/ border-top:1px solid #FFFFFF;
  218. /*@editable*/ border-bottom:1px solid #CCCCCC;
  219. }
  220. /**
  221. * @tab Body
  222. * @section body text
  223. * @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.
  224. * @theme main
  225. */
  226. .bodyContent{
  227. /*@editable*/ color:#505050;
  228. /*@editable*/ font-family:Helvetica;
  229. /*@editable*/ font-size:16px;
  230. /*@editable*/ line-height:150%;
  231. padding-top:20px;
  232. padding-right:20px;
  233. padding-bottom:20px;
  234. padding-left:20px;
  235. /*@editable*/ text-align:left;
  236. }
  237. /**
  238. * @tab Body
  239. * @section body link
  240. * @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.
  241. */
  242. .bodyContent a:link, .bodyContent a:visited, /* Yahoo! Mail Override */ .bodyContent a .yshortcuts /* Yahoo! Mail Override */{
  243. /*@editable*/ color:#EB4102;
  244. /*@editable*/ font-weight:normal;
  245. /*@editable*/ text-decoration:underline;
  246. }
  247. .bodyContent img{
  248. display:inline;
  249. height:auto;
  250. max-width:560px;
  251. }
  252. /* ========== Column Styles ========== */
  253. .templateColumnContainer{width:260px;}
  254. /**
  255. * @tab Columns
  256. * @section column style
  257. * @tip Set the background color and borders for your email's column area.
  258. */
  259. #templateColumns{
  260. /*@editable*/ background-color:#F4F4F4;
  261. /*@editable*/ border-top:1px solid #FFFFFF;
  262. /*@editable*/ border-bottom:1px solid #CCCCCC;
  263. }
  264. /**
  265. * @tab Columns
  266. * @section left column text
  267. * @tip Set the styling for your email's left column content text. Choose a size and color that is easy to read.
  268. */
  269. .leftColumnContent{
  270. /*@editable*/ color:#505050;
  271. /*@editable*/ font-family:Helvetica;
  272. /*@editable*/ font-size:14px;
  273. /*@editable*/ line-height:150%;
  274. padding-top:0;
  275. padding-right:20px;
  276. padding-bottom:20px;
  277. padding-left:20px;
  278. /*@editable*/ text-align:left;
  279. }
  280. /**
  281. * @tab Columns
  282. * @section left column link
  283. * @tip Set the styling for your email's left column content links. Choose a color that helps them stand out from your text.
  284. */
  285. .leftColumnContent a:link, .leftColumnContent a:visited, /* Yahoo! Mail Override */ .leftColumnContent a .yshortcuts /* Yahoo! Mail Override */{
  286. /*@editable*/ color:#EB4102;
  287. /*@editable*/ font-weight:normal;
  288. /*@editable*/ text-decoration:underline;
  289. }
  290. /**
  291. * @tab Columns
  292. * @section right column text
  293. * @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.
  294. */
  295. .rightColumnContent{
  296. /*@editable*/ color:#505050;
  297. /*@editable*/ font-family:Helvetica;
  298. /*@editable*/ font-size:14px;
  299. /*@editable*/ line-height:150%;
  300. padding-top:0;
  301. padding-right:20px;
  302. padding-bottom:20px;
  303. padding-left:20px;
  304. /*@editable*/ text-align:left;
  305. }
  306. /**
  307. * @tab Columns
  308. * @section right column link
  309. * @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.
  310. */
  311. .rightColumnContent a:link, .rightColumnContent a:visited, /* Yahoo! Mail Override */ .rightColumnContent a .yshortcuts /* Yahoo! Mail Override */{
  312. /*@editable*/ color:#EB4102;
  313. /*@editable*/ font-weight:normal;
  314. /*@editable*/ text-decoration:underline;
  315. }
  316. .leftColumnContent img, .rightColumnContent img{
  317. display:inline;
  318. height:auto;
  319. max-width:260px;
  320. }
  321. /* ========== Footer Styles ========== */
  322. /**
  323. * @tab Footer
  324. * @section footer style
  325. * @tip Set the background color and borders for your email's footer area.
  326. * @theme footer
  327. */
  328. #templateFooter{
  329. /*@editable*/ background-color:#F4F4F4;
  330. /*@editable*/ border-top:1px solid #FFFFFF;
  331. }
  332. /**
  333. * @tab Footer
  334. * @section footer text
  335. * @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
  336. * @theme footer
  337. */
  338. .footerContent{
  339. /*@editable*/ color:#808080;
  340. /*@editable*/ font-family:Helvetica;
  341. /*@editable*/ font-size:10px;
  342. /*@editable*/ line-height:150%;
  343. padding-top:20px;
  344. padding-right:20px;
  345. padding-bottom:20px;
  346. padding-left:20px;
  347. /*@editable*/ text-align:left;
  348. }
  349. /**
  350. * @tab Footer
  351. * @section footer link
  352. * @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
  353. */
  354. .footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{
  355. /*@editable*/ color:#606060;
  356. /*@editable*/ font-weight:normal;
  357. /*@editable*/ text-decoration:underline;
  358. }
  359. /* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */
  360. @media only screen and (max-width: 480px){
  361. /* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */
  362. body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */
  363. body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */
  364. /* /\/\/\/\/\/\/ MOBILE RESET STYLES /\/\/\/\/\/\/ */
  365. #bodyCell{padding:10px !important;}
  366. /* /\/\/\/\/\/\/ MOBILE TEMPLATE STYLES /\/\/\/\/\/\/ */
  367. /* ======== Page Styles ======== */
  368. /**
  369. * @tab Mobile Styles
  370. * @section template width
  371. * @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.
  372. */
  373. #templateContainer{
  374. max-width:600px !important;
  375. /*@editable*/ width:100% !important;
  376. }
  377. /**
  378. * @tab Mobile Styles
  379. * @section heading 1
  380. * @tip Make the first-level headings larger in size for better readability on small screens.
  381. */
  382. h1{
  383. /*@editable*/ font-size:24px !important;
  384. /*@editable*/ line-height:100% !important;
  385. }
  386. /**
  387. * @tab Mobile Styles
  388. * @section heading 2
  389. * @tip Make the second-level headings larger in size for better readability on small screens.
  390. */
  391. h2{
  392. /*@editable*/ font-size:20px !important;
  393. /*@editable*/ line-height:100% !important;
  394. }
  395. /**
  396. * @tab Mobile Styles
  397. * @section heading 3
  398. * @tip Make the third-level headings larger in size for better readability on small screens.
  399. */
  400. h3{
  401. /*@editable*/ font-size:18px !important;
  402. /*@editable*/ line-height:100% !important;
  403. }
  404. /**
  405. * @tab Mobile Styles
  406. * @section heading 4
  407. * @tip Make the fourth-level headings larger in size for better readability on small screens.
  408. */
  409. h4{
  410. /*@editable*/ font-size:16px !important;
  411. /*@editable*/ line-height:100% !important;
  412. }
  413. /* ======== Header Styles ======== */
  414. #templatePreheader{display:none !important;} /* Hide the template preheader to save space */
  415. /**
  416. * @tab Mobile Styles
  417. * @section header image
  418. * @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
  419. */
  420. #headerImage{
  421. height:auto !important;
  422. /*@editable*/ max-width:600px !important;
  423. /*@editable*/ width:100% !important;
  424. }
  425. /**
  426. * @tab Mobile Styles
  427. * @section header text
  428. * @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  429. */
  430. .headerContent{
  431. /*@editable*/ font-size:20px !important;
  432. /*@editable*/ line-height:125% !important;
  433. }
  434. /* ======== Body Styles ======== */
  435. /**
  436. * @tab Mobile Styles
  437. * @section body text
  438. * @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  439. */
  440. .bodyContent{
  441. /*@editable*/ font-size:18px !important;
  442. /*@editable*/ line-height:125% !important;
  443. }
  444. /* ======== Column Styles ======== */
  445. .templateColumnContainer{display:block !important; width:100% !important;}
  446. /**
  447. * @tab Mobile Styles
  448. * @section column image
  449. * @tip Make the column image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
  450. */
  451. .columnImage{
  452. height:auto !important;
  453. /*@editable*/ max-width:480px !important;
  454. /*@editable*/ width:100% !important;
  455. }
  456. /**
  457. * @tab Mobile Styles
  458. * @section left column text
  459. * @tip Make the left column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  460. */
  461. .leftColumnContent{
  462. /*@editable*/ font-size:16px !important;
  463. /*@editable*/ line-height:125% !important;
  464. }
  465. /**
  466. * @tab Mobile Styles
  467. * @section right column text
  468. * @tip Make the right column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  469. */
  470. .rightColumnContent{
  471. /*@editable*/ font-size:16px !important;
  472. /*@editable*/ line-height:125% !important;
  473. }
  474. /* ======== Footer Styles ======== */
  475. /**
  476. * @tab Mobile Styles
  477. * @section footer text
  478. * @tip Make the body content text larger in size for better readability on small screens.
  479. */
  480. .footerContent{
  481. /*@editable*/ font-size:14px !important;
  482. /*@editable*/ line-height:115% !important;
  483. }
  484. .footerContent a{display:block !important;} /* Place footer social and utility links on their own lines, for easier access */
  485. }
  486. </style>
  487. </head>
  488. <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
  489. <center>
  490. <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
  491. <tr>
  492. <td align="center" valign="top" id="bodyCell">
  493. <!-- BEGIN TEMPLATE // -->
  494. <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">
  495. <tr>
  496. <td align="center" valign="top">
  497. <!-- BEGIN PREHEADER // -->
  498. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templatePreheader">
  499. <tr>
  500. <td valign="top" class="preheaderContent" style="padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;" mc:edit="preheader_content00">
  501. Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.
  502. </td>
  503. <!-- *|IFNOT:ARCHIVE_PAGE|* -->
  504. <td valign="top" width="180" class="preheaderContent" style="padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:0;" mc:edit="preheader_content01">
  505. Email not displaying correctly?<br /><a href="*|ARCHIVE|*" target="_blank">View it in your browser</a>.
  506. </td>
  507. <!-- *|END:IF|* -->
  508. </tr>
  509. </table>
  510. <!-- // END PREHEADER -->
  511. </td>
  512. </tr>
  513. <tr>
  514. <td align="center" valign="top">
  515. <!-- BEGIN HEADER // -->
  516. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">
  517. <tr>
  518. <td valign="top" class="headerContent">
  519. <img src="http://gallery.mailchimp.com/2425ea8ad3/images/header_placeholder_600px.png" style="max-width:600px;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
  520. </td>
  521. </tr>
  522. </table>
  523. <!-- // END HEADER -->
  524. </td>
  525. </tr>
  526. <tr>
  527. <td align="center" valign="top">
  528. <!-- BEGIN BODY // -->
  529. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">
  530. <tr>
  531. <td valign="top" class="bodyContent" mc:edit="body_content">
  532. <h1>Designing Your Template</h1>
  533. <h3>Creating a good-looking email is simple</h3>
  534. Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content.
  535. <br />
  536. <br />
  537. <h2>Styling Your Content</h2>
  538. <h4>Make your email easy to read</h4>
  539. After you enter your content, highlight the text you want to style and select the options you set in the style editor in the "<em>styles</em>" drop down box. Want to <a href="http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change" target="_blank">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the "<em>remove formatting</em>" button to strip the text of any formatting and reset your style.
  540. </td>
  541. </tr>
  542. </table>
  543. <!-- // END BODY -->
  544. </td>
  545. </tr>
  546. <tr>
  547. <td align="center" valign="top">
  548. <!-- BEGIN COLUMNS // -->
  549. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateColumns">
  550. <tr mc:repeatable>
  551. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  552. <table border="0" cellpadding="20" cellspacing="0" width="100%">
  553. <tr>
  554. <td class="leftColumnContent">
  555. <img src="http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png" style="max-width:260px;" class="columnImage" mc:label="left_column_image" mc:edit="left_column_image" />
  556. </td>
  557. </tr>
  558. <tr>
  559. <td valign="top" class="leftColumnContent" mc:edit="left_column_content">
  560. <h3>Repeatable Content</h3>
  561. <a href="http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks" target="_blank">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.
  562. <br />
  563. <br />
  564. You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.
  565. </td>
  566. </tr>
  567. </table>
  568. </td>
  569. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  570. <table border="0" cellpadding="20" cellspacing="0" width="100%">
  571. <tr>
  572. <td class="rightColumnContent">
  573. <img src="http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png" style="max-width:260px;" class="columnImage" mc:label="right_column_image" mc:edit="right_column_image" />
  574. </td>
  575. </tr>
  576. <tr>
  577. <td valign="top" class="rightColumnContent" mc:edit="right_column_content">
  578. <h3>Repeatable Content</h3>
  579. <a href="http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks" target="_blank">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.
  580. <br />
  581. <br />
  582. You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.
  583. </td>
  584. </tr>
  585. </table>
  586. </td>
  587. </tr>
  588. </table>
  589. <!-- // END COLUMNS -->
  590. </td>
  591. </tr>
  592. <tr>
  593. <td align="center" valign="top">
  594. <!-- BEGIN FOOTER // -->
  595. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">
  596. <tr>
  597. <td valign="top" class="footerContent" mc:edit="footer_content00">
  598. <a href="*|TWITTER:PROFILEURL|*">Follow on Twitter</a>&nbsp;&nbsp;&nbsp;<a href="*|FACEBOOK:PROFILEURL|*">Friend on Facebook</a>&nbsp;&nbsp;&nbsp;<a href="*|FORWARD|*">Forward to Friend</a>&nbsp;
  599. </td>
  600. </tr>
  601. <tr>
  602. <td valign="top" class="footerContent" style="padding-top:0;" mc:edit="footer_content01">
  603. <em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>
  604. <br />
  605. *|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*
  606. <br />
  607. <br />
  608. <strong>Our mailing address is:</strong>
  609. <br />
  610. *|HTML:LIST_ADDRESS_HTML|* *|END:IF|*
  611. </td>
  612. </tr>
  613. <tr>
  614. <td valign="top" class="footerContent" style="padding-top:0;" mc:edit="footer_content02">
  615. <a href="*|UNSUB|*">unsubscribe from this list</a>&nbsp;&nbsp;&nbsp;<a href="*|UPDATE_PROFILE|*">update subscription preferences</a>&nbsp;
  616. </td>
  617. </tr>
  618. </table>
  619. <!-- // END FOOTER -->
  620. </td>
  621. </tr>
  622. </table>
  623. <!-- // END TEMPLATE -->
  624. </td>
  625. </tr>
  626. </table>
  627. </center>
  628. </body>
  629. </html>