email_template_layout_4.html 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  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. /* ========== Column Styles ========== */
  210. .templateColumnContainer{width:260px;}
  211. /**
  212. * @tab Columns
  213. * @section column style
  214. * @tip Set the background color and borders for your email's column area.
  215. */
  216. #templateColumns{
  217. /*@editable*/ background-color:#F4F4F4;
  218. /*@editable*/ border-top:1px solid #FFFFFF;
  219. /*@editable*/ border-bottom:1px solid #CCCCCC;
  220. }
  221. /**
  222. * @tab Columns
  223. * @section left column text
  224. * @tip Set the styling for your email's left column content text. Choose a size and color that is easy to read.
  225. */
  226. .leftColumnContent{
  227. /*@editable*/ color:#505050;
  228. /*@editable*/ font-family:Helvetica;
  229. /*@editable*/ font-size:14px;
  230. /*@editable*/ line-height:150%;
  231. padding-top:0;
  232. padding-right:20px;
  233. padding-bottom:20px;
  234. padding-left:20px;
  235. /*@editable*/ text-align:left;
  236. }
  237. /**
  238. * @tab Columns
  239. * @section left column link
  240. * @tip Set the styling for your email's left column content links. Choose a color that helps them stand out from your text.
  241. */
  242. .leftColumnContent a:link, .leftColumnContent a:visited, /* Yahoo! Mail Override */ .leftColumnContent a .yshortcuts /* Yahoo! Mail Override */{
  243. /*@editable*/ color:#EB4102;
  244. /*@editable*/ font-weight:normal;
  245. /*@editable*/ text-decoration:underline;
  246. }
  247. /**
  248. * @tab Columns
  249. * @section right column text
  250. * @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.
  251. */
  252. .rightColumnContent{
  253. /*@editable*/ color:#505050;
  254. /*@editable*/ font-family:Helvetica;
  255. /*@editable*/ font-size:14px;
  256. /*@editable*/ line-height:150%;
  257. padding-top:0;
  258. padding-right:20px;
  259. padding-bottom:20px;
  260. padding-left:20px;
  261. /*@editable*/ text-align:left;
  262. }
  263. /**
  264. * @tab Columns
  265. * @section right column link
  266. * @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.
  267. */
  268. .rightColumnContent a:link, .rightColumnContent a:visited, /* Yahoo! Mail Override */ .rightColumnContent a .yshortcuts /* Yahoo! Mail Override */{
  269. /*@editable*/ color:#EB4102;
  270. /*@editable*/ font-weight:normal;
  271. /*@editable*/ text-decoration:underline;
  272. }
  273. .leftColumnContent img, .rightColumnContent img{
  274. display:inline;
  275. height:auto;
  276. max-width:260px;
  277. }
  278. /* ========== Footer Styles ========== */
  279. /**
  280. * @tab Footer
  281. * @section footer style
  282. * @tip Set the background color and borders for your email's footer area.
  283. * @theme footer
  284. */
  285. #templateFooter{
  286. /*@editable*/ background-color:#F4F4F4;
  287. /*@editable*/ border-top:1px solid #FFFFFF;
  288. }
  289. /**
  290. * @tab Footer
  291. * @section footer text
  292. * @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
  293. * @theme footer
  294. */
  295. .footerContent{
  296. /*@editable*/ color:#808080;
  297. /*@editable*/ font-family:Helvetica;
  298. /*@editable*/ font-size:10px;
  299. /*@editable*/ line-height:150%;
  300. padding-top:20px;
  301. padding-right:20px;
  302. padding-bottom:20px;
  303. padding-left:20px;
  304. /*@editable*/ text-align:left;
  305. }
  306. /**
  307. * @tab Footer
  308. * @section footer link
  309. * @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
  310. */
  311. .footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{
  312. /*@editable*/ color:#606060;
  313. /*@editable*/ font-weight:normal;
  314. /*@editable*/ text-decoration:underline;
  315. }
  316. /* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */
  317. @media only screen and (max-width: 480px){
  318. /* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */
  319. body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */
  320. body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */
  321. /* /\/\/\/\/\/\/ MOBILE RESET STYLES /\/\/\/\/\/\/ */
  322. #bodyCell{padding:10px !important;}
  323. /* /\/\/\/\/\/\/ MOBILE TEMPLATE STYLES /\/\/\/\/\/\/ */
  324. /* ======== Page Styles ======== */
  325. /**
  326. * @tab Mobile Styles
  327. * @section template width
  328. * @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.
  329. */
  330. #templateContainer{
  331. max-width:600px !important;
  332. /*@editable*/ width:100% !important;
  333. }
  334. /**
  335. * @tab Mobile Styles
  336. * @section heading 1
  337. * @tip Make the first-level headings larger in size for better readability on small screens.
  338. */
  339. h1{
  340. /*@editable*/ font-size:24px !important;
  341. /*@editable*/ line-height:100% !important;
  342. }
  343. /**
  344. * @tab Mobile Styles
  345. * @section heading 2
  346. * @tip Make the second-level headings larger in size for better readability on small screens.
  347. */
  348. h2{
  349. /*@editable*/ font-size:20px !important;
  350. /*@editable*/ line-height:100% !important;
  351. }
  352. /**
  353. * @tab Mobile Styles
  354. * @section heading 3
  355. * @tip Make the third-level headings larger in size for better readability on small screens.
  356. */
  357. h3{
  358. /*@editable*/ font-size:18px !important;
  359. /*@editable*/ line-height:100% !important;
  360. }
  361. /**
  362. * @tab Mobile Styles
  363. * @section heading 4
  364. * @tip Make the fourth-level headings larger in size for better readability on small screens.
  365. */
  366. h4{
  367. /*@editable*/ font-size:16px !important;
  368. /*@editable*/ line-height:100% !important;
  369. }
  370. /* ======== Header Styles ======== */
  371. #templatePreheader{display:none !important;} /* Hide the template preheader to save space */
  372. /**
  373. * @tab Mobile Styles
  374. * @section header image
  375. * @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.
  376. */
  377. #headerImage{
  378. height:auto !important;
  379. /*@editable*/ max-width:600px !important;
  380. /*@editable*/ width:100% !important;
  381. }
  382. /**
  383. * @tab Mobile Styles
  384. * @section header text
  385. * @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  386. */
  387. .headerContent{
  388. /*@editable*/ font-size:20px !important;
  389. /*@editable*/ line-height:125% !important;
  390. }
  391. /* ======== Column Styles ======== */
  392. .templateColumnContainer{display:block !important; width:100% !important;}
  393. /**
  394. * @tab Mobile Styles
  395. * @section column image
  396. * @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.
  397. */
  398. .columnImage{
  399. height:auto !important;
  400. /*@editable*/ max-width:260px !important;
  401. /*@editable*/ width:100% !important;
  402. }
  403. /**
  404. * @tab Mobile Styles
  405. * @section left column text
  406. * @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.
  407. */
  408. .leftColumnContent{
  409. /*@editable*/ font-size:16px !important;
  410. /*@editable*/ line-height:125% !important;
  411. }
  412. /**
  413. * @tab Mobile Styles
  414. * @section right column text
  415. * @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.
  416. */
  417. .rightColumnContent{
  418. /*@editable*/ font-size:16px !important;
  419. /*@editable*/ line-height:125% !important;
  420. }
  421. /* ======== Footer Styles ======== */
  422. /**
  423. * @tab Mobile Styles
  424. * @section footer text
  425. * @tip Make the body content text larger in size for better readability on small screens.
  426. */
  427. .footerContent{
  428. /*@editable*/ font-size:14px !important;
  429. /*@editable*/ line-height:115% !important;
  430. }
  431. .footerContent a{display:block !important;} /* Place footer social and utility links on their own lines, for easier access */
  432. }
  433. </style>
  434. </head>
  435. <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
  436. <center>
  437. <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
  438. <tr>
  439. <td align="center" valign="top" id="bodyCell">
  440. <!-- BEGIN TEMPLATE // -->
  441. <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">
  442. <tr>
  443. <td align="center" valign="top">
  444. <!-- BEGIN PREHEADER // -->
  445. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templatePreheader">
  446. <tr>
  447. <td valign="top" class="preheaderContent" style="padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;" mc:edit="preheader_content00">
  448. 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.
  449. </td>
  450. <!-- *|IFNOT:ARCHIVE_PAGE|* -->
  451. <td valign="top" width="180" class="preheaderContent" style="padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:0;" mc:edit="preheader_content01">
  452. Email not displaying correctly?<br /><a href="*|ARCHIVE|*" target="_blank">View it in your browser</a>.
  453. </td>
  454. <!-- *|END:IF|* -->
  455. </tr>
  456. </table>
  457. <!-- // END PREHEADER -->
  458. </td>
  459. </tr>
  460. <tr>
  461. <td align="center" valign="top">
  462. <!-- BEGIN HEADER // -->
  463. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">
  464. <tr>
  465. <td valign="top" class="headerContent">
  466. <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 />
  467. </td>
  468. </tr>
  469. </table>
  470. <!-- // END HEADER -->
  471. </td>
  472. </tr>
  473. <tr>
  474. <td align="center" valign="top">
  475. <!-- BEGIN COLUMNS // -->
  476. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateColumns">
  477. <tr mc:repeatable>
  478. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  479. <table border="0" cellpadding="20" cellspacing="0" width="100%">
  480. <tr>
  481. <td class="leftColumnContent">
  482. <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" />
  483. </td>
  484. </tr>
  485. <tr>
  486. <td valign="top" class="leftColumnContent" mc:edit="left_column_content">
  487. <h3>Repeatable Content</h3>
  488. <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.
  489. <br />
  490. <br />
  491. 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.
  492. </td>
  493. </tr>
  494. </table>
  495. </td>
  496. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  497. <table border="0" cellpadding="20" cellspacing="0" width="100%">
  498. <tr>
  499. <td class="rightColumnContent">
  500. <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" />
  501. </td>
  502. </tr>
  503. <tr>
  504. <td valign="top" class="rightColumnContent" mc:edit="right_column_content">
  505. <h3>Repeatable Content</h3>
  506. <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.
  507. <br />
  508. <br />
  509. 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.
  510. </td>
  511. </tr>
  512. </table>
  513. </td>
  514. </tr>
  515. </table>
  516. <!-- // END COLUMNS -->
  517. </td>
  518. </tr>
  519. <tr>
  520. <td align="center" valign="top">
  521. <!-- BEGIN FOOTER // -->
  522. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">
  523. <tr>
  524. <td valign="top" class="footerContent" mc:edit="footer_content00">
  525. <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;
  526. </td>
  527. </tr>
  528. <tr>
  529. <td valign="top" class="footerContent" style="padding-top:0;" mc:edit="footer_content01">
  530. <em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>
  531. <br />
  532. *|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*
  533. <br />
  534. <br />
  535. <strong>Our mailing address is:</strong>
  536. <br />
  537. *|HTML:LIST_ADDRESS_HTML|* *|END:IF|*
  538. </td>
  539. </tr>
  540. <tr>
  541. <td valign="top" class="footerContent" style="padding-top:0;" mc:edit="footer_content02">
  542. <a href="*|UNSUB|*">unsubscribe from this list</a>&nbsp;&nbsp;&nbsp;<a href="*|UPDATE_PROFILE|*">update subscription preferences</a>&nbsp;
  543. </td>
  544. </tr>
  545. </table>
  546. <!-- // END FOOTER -->
  547. </td>
  548. </tr>
  549. </table>
  550. <!-- // END TEMPLATE -->
  551. </td>
  552. </tr>
  553. </table>
  554. </center>
  555. </body>
  556. </html>