email_template_layout_3.html 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  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:200px;}
  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 center column text
  293. * @tip Set the styling for your email's center column content text. Choose a size and color that is easy to read.
  294. */
  295. .centerColumnContent{
  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 center column link
  309. * @tip Set the styling for your email's center column content links. Choose a color that helps them stand out from your text.
  310. */
  311. .centerColumnContent a:link, .centerColumnContent a:visited, /* Yahoo! Mail Override */ .centerColumnContent a .yshortcuts /* Yahoo! Mail Override */{
  312. /*@editable*/ color:#EB4102;
  313. /*@editable*/ font-weight:normal;
  314. /*@editable*/ text-decoration:underline;
  315. }
  316. /**
  317. * @tab Columns
  318. * @section right column text
  319. * @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.
  320. */
  321. .rightColumnContent{
  322. /*@editable*/ color:#505050;
  323. /*@editable*/ font-family:Helvetica;
  324. /*@editable*/ font-size:14px;
  325. /*@editable*/ line-height:150%;
  326. padding-top:0;
  327. padding-right:20px;
  328. padding-bottom:20px;
  329. padding-left:20px;
  330. /*@editable*/ text-align:left;
  331. }
  332. /**
  333. * @tab Columns
  334. * @section right column link
  335. * @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.
  336. */
  337. .rightColumnContent a:link, .rightColumnContent a:visited, /* Yahoo! Mail Override */ .rightColumnContent a .yshortcuts /* Yahoo! Mail Override */{
  338. /*@editable*/ color:#EB4102;
  339. /*@editable*/ font-weight:normal;
  340. /*@editable*/ text-decoration:underline;
  341. }
  342. .leftColumnContent img, .rightColumnContent img{
  343. display:inline;
  344. height:auto;
  345. max-width:260px;
  346. }
  347. /* ========== Footer Styles ========== */
  348. /**
  349. * @tab Footer
  350. * @section footer style
  351. * @tip Set the background color and borders for your email's footer area.
  352. * @theme footer
  353. */
  354. #templateFooter{
  355. /*@editable*/ background-color:#F4F4F4;
  356. /*@editable*/ border-top:1px solid #FFFFFF;
  357. }
  358. /**
  359. * @tab Footer
  360. * @section footer text
  361. * @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
  362. * @theme footer
  363. */
  364. .footerContent{
  365. /*@editable*/ color:#808080;
  366. /*@editable*/ font-family:Helvetica;
  367. /*@editable*/ font-size:10px;
  368. /*@editable*/ line-height:150%;
  369. padding-top:20px;
  370. padding-right:20px;
  371. padding-bottom:20px;
  372. padding-left:20px;
  373. /*@editable*/ text-align:left;
  374. }
  375. /**
  376. * @tab Footer
  377. * @section footer link
  378. * @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
  379. */
  380. .footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{
  381. /*@editable*/ color:#606060;
  382. /*@editable*/ font-weight:normal;
  383. /*@editable*/ text-decoration:underline;
  384. }
  385. /* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */
  386. @media only screen and (max-width: 480px){
  387. /* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */
  388. body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */
  389. body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */
  390. /* /\/\/\/\/\/\/ MOBILE RESET STYLES /\/\/\/\/\/\/ */
  391. #bodyCell{padding:10px !important;}
  392. /* /\/\/\/\/\/\/ MOBILE TEMPLATE STYLES /\/\/\/\/\/\/ */
  393. /* ======== Page Styles ======== */
  394. /**
  395. * @tab Mobile Styles
  396. * @section template width
  397. * @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.
  398. */
  399. #templateContainer{
  400. max-width:600px !important;
  401. /*@editable*/ width:100% !important;
  402. }
  403. /**
  404. * @tab Mobile Styles
  405. * @section heading 1
  406. * @tip Make the first-level headings larger in size for better readability on small screens.
  407. */
  408. h1{
  409. /*@editable*/ font-size:24px !important;
  410. /*@editable*/ line-height:100% !important;
  411. }
  412. /**
  413. * @tab Mobile Styles
  414. * @section heading 2
  415. * @tip Make the second-level headings larger in size for better readability on small screens.
  416. */
  417. h2{
  418. /*@editable*/ font-size:20px !important;
  419. /*@editable*/ line-height:100% !important;
  420. }
  421. /**
  422. * @tab Mobile Styles
  423. * @section heading 3
  424. * @tip Make the third-level headings larger in size for better readability on small screens.
  425. */
  426. h3{
  427. /*@editable*/ font-size:18px !important;
  428. /*@editable*/ line-height:100% !important;
  429. }
  430. /**
  431. * @tab Mobile Styles
  432. * @section heading 4
  433. * @tip Make the fourth-level headings larger in size for better readability on small screens.
  434. */
  435. h4{
  436. /*@editable*/ font-size:16px !important;
  437. /*@editable*/ line-height:100% !important;
  438. }
  439. /* ======== Header Styles ======== */
  440. #templatePreheader{display:none !important;} /* Hide the template preheader to save space */
  441. /**
  442. * @tab Mobile Styles
  443. * @section header image
  444. * @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.
  445. */
  446. #headerImage{
  447. height:auto !important;
  448. /*@editable*/ max-width:600px !important;
  449. /*@editable*/ width:100% !important;
  450. }
  451. /**
  452. * @tab Mobile Styles
  453. * @section header text
  454. * @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  455. */
  456. .headerContent{
  457. /*@editable*/ font-size:20px !important;
  458. /*@editable*/ line-height:125% !important;
  459. }
  460. /* ======== Body Styles ======== */
  461. /**
  462. * @tab Mobile Styles
  463. * @section body text
  464. * @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  465. */
  466. .bodyContent{
  467. /*@editable*/ font-size:18px !important;
  468. /*@editable*/ line-height:125% !important;
  469. }
  470. /* ======== Column Styles ======== */
  471. .templateColumnContainer{display:block !important; width:100% !important;}
  472. /**
  473. * @tab Mobile Styles
  474. * @section column image
  475. * @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.
  476. */
  477. .columnImage{
  478. height:auto !important;
  479. /*@editable*/ max-width:480px !important;
  480. /*@editable*/ width:100% !important;
  481. }
  482. /**
  483. * @tab Mobile Styles
  484. * @section left column text
  485. * @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.
  486. */
  487. .leftColumnContent{
  488. /*@editable*/ font-size:16px !important;
  489. /*@editable*/ line-height:125% !important;
  490. }
  491. /**
  492. * @tab Mobile Styles
  493. * @section center column text
  494. * @tip Make the center column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  495. */
  496. .centerColumnContent{
  497. /*@editable*/ font-size:16px !important;
  498. /*@editable*/ line-height:125% !important;
  499. }
  500. /**
  501. * @tab Mobile Styles
  502. * @section right column text
  503. * @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.
  504. */
  505. .rightColumnContent{
  506. /*@editable*/ font-size:16px !important;
  507. /*@editable*/ line-height:125% !important;
  508. }
  509. /* ======== Footer Styles ======== */
  510. /**
  511. * @tab Mobile Styles
  512. * @section footer text
  513. * @tip Make the body content text larger in size for better readability on small screens.
  514. */
  515. .footerContent{
  516. /*@editable*/ font-size:14px !important;
  517. /*@editable*/ line-height:115% !important;
  518. }
  519. .footerContent a{display:block !important;} /* Place footer social and utility links on their own lines, for easier access */
  520. }
  521. </style>
  522. </head>
  523. <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
  524. <center>
  525. <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
  526. <tr>
  527. <td align="center" valign="top" id="bodyCell">
  528. <!-- BEGIN TEMPLATE // -->
  529. <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">
  530. <tr>
  531. <td align="center" valign="top">
  532. <!-- BEGIN PREHEADER // -->
  533. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templatePreheader">
  534. <tr>
  535. <td valign="top" class="preheaderContent" style="padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;" mc:edit="preheader_content00">
  536. 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.
  537. </td>
  538. <!-- *|IFNOT:ARCHIVE_PAGE|* -->
  539. <td valign="top" width="180" class="preheaderContent" style="padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:0;" mc:edit="preheader_content01">
  540. Email not displaying correctly?<br /><a href="*|ARCHIVE|*" target="_blank">View it in your browser</a>.
  541. </td>
  542. <!-- *|END:IF|* -->
  543. </tr>
  544. </table>
  545. <!-- // END PREHEADER -->
  546. </td>
  547. </tr>
  548. <tr>
  549. <td align="center" valign="top">
  550. <!-- BEGIN HEADER // -->
  551. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">
  552. <tr>
  553. <td valign="top" class="headerContent">
  554. <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 />
  555. </td>
  556. </tr>
  557. </table>
  558. <!-- // END HEADER -->
  559. </td>
  560. </tr>
  561. <tr>
  562. <td align="center" valign="top">
  563. <!-- BEGIN BODY // -->
  564. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">
  565. <tr>
  566. <td valign="top" class="bodyContent" mc:edit="body_content">
  567. <h1>Designing Your Template</h1>
  568. <h3>Creating a good-looking email is simple</h3>
  569. 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.
  570. <br />
  571. <br />
  572. <h2>Styling Your Content</h2>
  573. <h4>Make your email easy to read</h4>
  574. 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.
  575. </td>
  576. </tr>
  577. </table>
  578. <!-- // END BODY -->
  579. </td>
  580. </tr>
  581. <tr>
  582. <td align="center" valign="top">
  583. <!-- BEGIN COLUMNS // -->
  584. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateColumns">
  585. <tr mc:repeatable>
  586. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  587. <table border="0" cellpadding="20" cellspacing="0" width="100%">
  588. <tr>
  589. <td class="leftColumnContent">
  590. <img src="http://gallery.mailchimp.com/569c0869e0552eb4cd827f095/images/image_placeholder_160px.png" style="max-width:160px;" class="columnImage" mc:label="left_column_image" mc:edit="left_column_image" />
  591. </td>
  592. </tr>
  593. <tr>
  594. <td valign="top" class="leftColumnContent" mc:edit="left_column_content">
  595. <h3>Repeatable Content</h3>
  596. <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.
  597. <br />
  598. <br />
  599. 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.
  600. </td>
  601. </tr>
  602. </table>
  603. </td>
  604. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  605. <table border="0" cellpadding="20" cellspacing="0" width="100%">
  606. <tr>
  607. <td class="centerColumnContent">
  608. <img src="http://gallery.mailchimp.com/569c0869e0552eb4cd827f095/images/image_placeholder_160px.png" style="max-width:160px;" class="columnImage" mc:label="center_column_image" mc:edit="center_column_image" />
  609. </td>
  610. </tr>
  611. <tr>
  612. <td valign="top" class="centerColumnContent" mc:edit="center_column_content">
  613. <h3>Repeatable Content</h3>
  614. <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.
  615. <br />
  616. <br />
  617. 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.
  618. </td>
  619. </tr>
  620. </table>
  621. </td>
  622. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  623. <table border="0" cellpadding="20" cellspacing="0" width="100%">
  624. <tr>
  625. <td class="rightColumnContent">
  626. <img src="http://gallery.mailchimp.com/569c0869e0552eb4cd827f095/images/image_placeholder_160px.png" style="max-width:160px;" class="columnImage" mc:label="right_column_image" mc:edit="right_column_image" />
  627. </td>
  628. </tr>
  629. <tr>
  630. <td valign="top" class="rightColumnContent" mc:edit="right_column_content">
  631. <h3>Repeatable Content</h3>
  632. <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.
  633. <br />
  634. <br />
  635. 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.
  636. </td>
  637. </tr>
  638. </table>
  639. </td>
  640. </tr>
  641. </table>
  642. <!-- // END COLUMNS -->
  643. </td>
  644. </tr>
  645. <tr>
  646. <td align="center" valign="top">
  647. <!-- BEGIN FOOTER // -->
  648. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">
  649. <tr>
  650. <td valign="top" class="footerContent" mc:edit="footer_content00">
  651. <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;
  652. </td>
  653. </tr>
  654. <tr>
  655. <td valign="top" class="footerContent" style="padding-top:0;" mc:edit="footer_content01">
  656. <em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>
  657. <br />
  658. *|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*
  659. <br />
  660. <br />
  661. <strong>Our mailing address is:</strong>
  662. <br />
  663. *|HTML:LIST_ADDRESS_HTML|* *|END:IF|*
  664. </td>
  665. </tr>
  666. <tr>
  667. <td valign="top" class="footerContent" style="padding-top:0;" mc:edit="footer_content02">
  668. <a href="*|UNSUB|*">unsubscribe from this list</a>&nbsp;&nbsp;&nbsp;<a href="*|UPDATE_PROFILE|*">update subscription preferences</a>&nbsp;
  669. </td>
  670. </tr>
  671. </table>
  672. <!-- // END FOOTER -->
  673. </td>
  674. </tr>
  675. </table>
  676. <!-- // END TEMPLATE -->
  677. </td>
  678. </tr>
  679. </table>
  680. </center>
  681. </body>
  682. </html>