Advertisement
Guest User

Stackoverflow responsive email paste

a guest
Dec 24th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 21.93 KB | None | 0 0
  1. <style>
  2. /**********************************************
  3. * Ink v1.0.4 - Copyright 2013 ZURB Inc        *
  4. **********************************************/
  5.  
  6. /* Client-specific Styles & Reset */
  7.  
  8. #outlook a {
  9.  padding:0;
  10. }
  11.  
  12. body{
  13.   width:100% !important;
  14.   -webkit-text-size-adjust:100%;
  15.   -ms-text-size-adjust:100%;
  16.   margin:0;
  17.   padding:0;
  18. }
  19.  
  20. .ExternalClass {
  21.   width:100%;
  22. }
  23.  
  24. .ExternalClass,
  25. .ExternalClass p,
  26. .ExternalClass span,
  27. .ExternalClass font,
  28. .ExternalClass td,
  29. .ExternalClass div {
  30.   line-height: 100%;
  31. }
  32.  
  33. #backgroundTable {
  34.   margin:0;
  35.   padding:0;
  36.   width:100% !important;
  37.   line-height: 100% !important;
  38. }
  39.  
  40. img {
  41.   outline:none;
  42.   text-decoration:none;
  43.   -ms-interpolation-mode: bicubic;
  44.   width: auto;
  45.   max-width: 100%;
  46.   float: left;
  47.   clear: both;
  48.   display: block;
  49. }
  50.  
  51. center {
  52.   width: 100%;
  53.   min-width: 580px;
  54. }
  55.  
  56. a img {
  57.   border: none;
  58. }
  59.  
  60. p {
  61.   margin: 0 0 0 10px;
  62. }
  63.  
  64. table {
  65.   border-spacing: 0;
  66.   border-collapse: collapse;
  67. }
  68.  
  69. td {
  70.   word-break: break-word;
  71.   -webkit-hyphens: auto;
  72.   -moz-hyphens: auto;
  73.   hyphens: auto;
  74.   border-collapse: collapse !important;
  75. }
  76.  
  77. table, tr, td {
  78.   padding: 0;
  79.   vertical-align: top;
  80.   text-align: left;
  81. }
  82.  
  83. hr {
  84.   color: #d9d9d9;
  85.   background-color: #d9d9d9;
  86.   height: 1px;
  87.   border: none;
  88. }
  89.  
  90. /* Responsive Grid */
  91.  
  92. table.body {
  93.   height: 100%;
  94.   width: 100%;
  95. }
  96.  
  97. table.container {
  98.   width: 580px;
  99.   margin: 0 auto;
  100.   text-align: inherit;
  101. }
  102.  
  103. table.row {
  104.   padding: 0px;
  105.   width: 100%;
  106.   position: relative;
  107. }
  108.  
  109. table.container table.row {
  110.   display: block;
  111. }
  112.  
  113. td.wrapper {
  114.   padding: 10px 20px 0px 0px;
  115.   position: relative;
  116. }
  117.  
  118. table.columns,
  119. table.column {
  120.   margin: 0 auto;
  121. }
  122.  
  123. table.columns td,
  124. table.column td {
  125.   padding: 0px 0px 10px;
  126. }
  127.  
  128. table.columns td.sub-columns,
  129. table.column td.sub-columns,
  130. table.columns td.sub-column,
  131. table.column td.sub-column {
  132.   padding-right: 10px;
  133. }
  134.  
  135. td.sub-column, td.sub-columns {
  136.   min-width: 0px;
  137. }
  138.  
  139. table.row td.last,
  140. table.container td.last {
  141.   padding-right: 0px;
  142. }
  143.  
  144. table.one { width: 30px; }
  145. table.two { width: 80px; }
  146. table.three { width: 130px; }
  147. table.four { width: 180px; }
  148. table.five { width: 230px; }
  149. table.six { width: 280px; }
  150. table.seven { width: 330px; }
  151. table.eight { width: 380px; }
  152. table.nine { width: 430px; }
  153. table.ten { width: 480px; }
  154. table.eleven { width: 530px; }
  155. table.twelve { width: 580px; }
  156.  
  157. table.one center { min-width: 30px; }
  158. table.two center { min-width: 80px; }
  159. table.three center { min-width: 130px; }
  160. table.four center { min-width: 180px; }
  161. table.five center { min-width: 230px; }
  162. table.six center { min-width: 280px; }
  163. table.seven center { min-width: 330px; }
  164. table.eight center { min-width: 380px; }
  165. table.nine center { min-width: 430px; }
  166. table.ten center { min-width: 480px; }
  167. table.eleven center { min-width: 530px; }
  168. table.twelve center { min-width: 580px; }
  169.  
  170. .body .columns td.one,
  171. .body .column td.one, { width: 8.333333% !important; }
  172. .body .columns td.two,
  173. .body .column td.two { width: 16.666666% !important; }
  174. .body .columns td.three,
  175. .body .column td.three { width: 25% !important; }
  176. .body .columns td.four,
  177. .body .column td.four { width: 33.333333% !important; }
  178. .body .columns td.five,
  179. .body .column td.five { width: 41.666666% !important; }
  180. .body .columns td.six,
  181. .body .column td.six { width: 50% !important; }
  182. .body .columns td.seven,
  183. .body .column td.seven { width: 58.333333% !important; }
  184. .body .columns td.eight,
  185. .body .column td.eight { width: 66.666666% !important; }
  186. .body .columns td.nine,
  187. .body .column td.nine { width: 75% !important; }
  188. .body .columns td.ten,
  189. .body .column td.ten { width: 83.333333% !important; }
  190. .body .columns td.eleven,
  191. .body .column td.eleven { width: 91.666666% !important; }
  192. .body .columns td.twelve,
  193. .body .column td.twelve { width: 100% !important; }
  194.  
  195. td.offset-by-one { padding-left: 50px; }
  196. td.offset-by-two { padding-left: 100px; }
  197. td.offset-by-three { padding-left: 150px; }
  198. td.offset-by-four { padding-left: 200px; }
  199. td.offset-by-five { padding-left: 250px; }
  200. td.offset-by-six { padding-left: 300px; }
  201. td.offset-by-seven { padding-left: 350px; }
  202. td.offset-by-eight { padding-left: 400px; }
  203. td.offset-by-nine { padding-left: 450px; }
  204. td.offset-by-ten { padding-left: 500px; }
  205. td.offset-by-eleven { padding-left: 550px; }
  206.  
  207. td.sub-offset-by-one { padding-left: 5.172413% !important; }
  208. td.sub-offset-by-two { padding-left: 13.793102% !important; }
  209. td.sub-offset-by-three { padding-left: 22.413791% !important; }
  210. td.sub-offset-by-four { padding-left: 31.034480% !important; }
  211. td.sub-offset-by-five { padding-left: 39.655169% !important; }
  212. td.sub-offset-by-six { padding-left: 48.275858% !important; }
  213. td.sub-offset-by-seven { padding-left: 56.896547% !important; }
  214. td.sub-offset-by-eight { padding-left: 65.517236% !important; }
  215. td.sub-offset-by-nine { padding-left: 74.137925% !important; }
  216. td.sub-offset-by-ten { padding-left: 82.758614% !important; }
  217. td.sub-offset-by-eleven { padding-left: 91.379303% !important; }
  218.  
  219. td.expander {
  220.   visibility: hidden;
  221.   width: 0px;
  222.   padding: 0 !important;
  223. }
  224.  
  225. table.columns .text-pad,
  226. table.column .text-pad {
  227.   padding-left: 10px;
  228.   padding-right: 10px;
  229. }
  230.  
  231. table.columns .left-text-pad,
  232. table.columns .text-pad-left,
  233. table.column .left-text-pad,
  234. table.column .text-pad-left {
  235.   padding-left: 10px;
  236. }
  237.  
  238. table.columns .right-text-pad,
  239. table.columns .text-pad-right,
  240. table.column .right-text-pad,
  241. table.column .text-pad-right {
  242.   padding-right: 10px;
  243. }
  244.  
  245. /* Block Grid */
  246.  
  247. .block-grid {
  248.   width: 100%;
  249.   max-width: 580px;
  250. }
  251.  
  252. .block-grid td {
  253.   display: inline-block;
  254.   padding:10px;
  255. }
  256.  
  257. .two-up td {
  258.   width:270px;
  259. }
  260.  
  261. .three-up td {
  262.   width:173px;
  263. }
  264.  
  265. .four-up td {
  266.   width:125px;
  267. }
  268.  
  269. .five-up td {
  270.   width:96px;
  271. }
  272.  
  273. .six-up td {
  274.   width:76px;
  275. }
  276.  
  277. .seven-up td {
  278.   width:62px;
  279. }
  280.  
  281. .eight-up td {
  282.   width:52px;
  283. }
  284.  
  285. /* Alignment & Visibility Classes */
  286.  
  287. table.center, td.center {
  288.  text-align: center;
  289. }
  290.  
  291. h1.center,
  292. h2.center,
  293. h3.center,
  294. h4.center,
  295. h5.center,
  296. h6.center {
  297.   text-align: center;
  298. }
  299.  
  300. span.center {
  301.   display: block;
  302.   width: 100%;
  303.   text-align: center;
  304. }
  305.  
  306. img.center {
  307.   margin: 0 auto;
  308.   float: none;
  309. }
  310.  
  311. .show-for-small,
  312. .hide-for-desktop {
  313.   display: none;
  314. }
  315.  
  316. /* Typography */
  317.  
  318. body, table.body, h1, h2, h3, h4, h5, h6, p {
  319.   color: #222222;
  320.   font-family: "Helvetica", "Arial", sans-serif;
  321.   font-weight: normal;
  322.   padding:0;
  323.   margin: 0;
  324.   text-align: left;
  325.   line-height: 1.3;
  326. }
  327.  
  328. h1, h2, h3, h4, h5, h6 {
  329.   word-break: normal;
  330. }
  331.  
  332. h1 {font-size: 40px;}
  333. h2 {font-size: 36px;}
  334. h3 {font-size: 32px;}
  335. h4 {font-size: 28px;}
  336. h5 {font-size: 24px;}
  337. h6 {font-size: 20px;}
  338. body, table.body, p {font-size: 14px;line-height:19px;}
  339.  
  340. p {
  341.   padding-bottom: 10px;
  342. }
  343.  
  344. small {
  345.   font-size: 10px;
  346. }
  347.  
  348. a {
  349.   color: #2ba6cb;
  350.   text-decoration: none;
  351. }
  352.  
  353. a:hover {
  354.   color: #2795b6 !important;
  355. }
  356.  
  357. a:active {
  358.   color: #2795b6 !important;
  359. }
  360.  
  361. a:visited {
  362.   color: #2ba6cb !important;
  363. }
  364.  
  365. h1 a,
  366. h2 a,
  367. h3 a,
  368. h4 a,
  369. h5 a,
  370. h6 a {
  371.   color: #2ba6cb;
  372. }
  373.  
  374. h1 a:active,
  375. h2 a:active,  
  376. h3 a:active,
  377. h4 a:active,
  378. h5 a:active,
  379. h6 a:active {
  380.   color: #2ba6cb !important;
  381. }
  382.  
  383. h1 a:visited,
  384. h2 a:visited,  
  385. h3 a:visited,
  386. h4 a:visited,
  387. h5 a:visited,
  388. h6 a:visited {
  389.   color: #2ba6cb !important;
  390. }
  391.  
  392. /* Panels */
  393.  
  394. td.panel {
  395.   background: #f2f2f2;
  396.   border: 1px solid #d9d9d9;
  397.   padding: 10px !important;
  398. }
  399.  
  400. /* Buttons */
  401.  
  402. table.button,
  403. table.tiny-button,
  404. table.small-button,
  405. table.medium-button,
  406. table.large-button {
  407.   width: 100%;
  408.   overflow: hidden;
  409. }
  410.  
  411. table.button td,
  412. table.tiny-button td,
  413. table.small-button td,
  414. table.medium-button td,
  415. table.large-button td {
  416.   display: block;
  417.   width: auto !important;
  418.   text-align: center;
  419.   background: #2ba6cb;
  420.   border: 1px solid #2284a1;
  421.   color: #ffffff;
  422.   padding: 8px 0;
  423. }
  424.  
  425. table.tiny-button td {
  426.   padding: 5px 0 4px;
  427. }
  428.  
  429. table.small-button td {
  430.   padding: 8px 0 7px;
  431. }
  432.  
  433. table.medium-button td {
  434.   padding: 12px 0 10px;
  435. }
  436.  
  437. table.large-button td {
  438.   padding: 21px 0 18px;
  439. }
  440.  
  441. table.button td a,
  442. table.tiny-button td a,
  443. table.small-button td a,
  444. table.medium-button td a,
  445. table.large-button td a {
  446.   font-weight: bold;
  447.   text-decoration: none;
  448.   font-family: Helvetica, Arial, sans-serif;
  449.   color: #ffffff;
  450.   font-size: 16px;
  451. }
  452.  
  453. table.tiny-button td a {
  454.   font-size: 12px;
  455.   font-weight: normal;
  456. }
  457.  
  458. table.small-button td a {
  459.   font-size: 16px;
  460. }
  461.  
  462. table.medium-button td a {
  463.   font-size: 20px;
  464. }
  465.  
  466. table.large-button td a {
  467.   font-size: 24px;
  468. }
  469.  
  470. table.button:hover td,
  471. table.button:visited td,
  472. table.button:active td {
  473.   background: #2795b6 !important;
  474. }
  475.  
  476. table.button:hover td a,
  477. table.button:visited td a,
  478. table.button:active td a {
  479.   color: #fff !important;
  480. }
  481.  
  482. table.button:hover td,
  483. table.tiny-button:hover td,
  484. table.small-button:hover td,
  485. table.medium-button:hover td,
  486. table.large-button:hover td {
  487.   background: #2795b6 !important;
  488. }
  489.  
  490. table.button:hover td a,
  491. table.button:active td a,
  492. table.button td a:visited,
  493. table.tiny-button:hover td a,
  494. table.tiny-button:active td a,
  495. table.tiny-button td a:visited,
  496. table.small-button:hover td a,
  497. table.small-button:active td a,
  498. table.small-button td a:visited,
  499. table.medium-button:hover td a,
  500. table.medium-button:active td a,
  501. table.medium-button td a:visited,
  502. table.large-button:hover td a,
  503. table.large-button:active td a,
  504. table.large-button td a:visited {
  505.   color: #ffffff !important;
  506. }
  507.  
  508. table.secondary td {
  509.   background: #e9e9e9;
  510.   border-color: #d0d0d0;
  511.   color: #555;
  512. }
  513.  
  514. table.secondary td a {
  515.   color: #555;
  516. }
  517.  
  518. table.secondary:hover td {
  519.   background: #d0d0d0 !important;
  520.   color: #555;
  521. }
  522.  
  523. table.secondary:hover td a,
  524. table.secondary td a:visited,
  525. table.secondary:active td a {
  526.   color: #555 !important;
  527. }
  528.  
  529. table.success td {
  530.   background: #5da423;
  531.   border-color: #457a1a;
  532. }
  533.  
  534. table.success:hover td {
  535.   background: #457a1a !important;
  536. }
  537.  
  538. table.alert td {
  539.   background: #c60f13;
  540.   border-color: #970b0e;
  541. }
  542.  
  543. table.alert:hover td {
  544.   background: #970b0e !important;
  545. }
  546.  
  547. table.radius td {
  548.   -webkit-border-radius: 3px;
  549.   -moz-border-radius: 3px;
  550.   border-radius: 3px;
  551. }
  552.  
  553. table.round td {
  554.   -webkit-border-radius: 500px;
  555.   -moz-border-radius: 500px;
  556.   border-radius: 500px;
  557. }
  558.  
  559. /* Outlook First */
  560.  
  561. body.outlook p {
  562.   display: inline !important;
  563. }
  564.  
  565. /*  Media Queries */
  566.  
  567. @media only screen and (max-width: 600px) {
  568.  
  569.   table[class="body"] img {
  570.     width: auto !important;
  571.     height: auto !important;
  572.   }
  573.  
  574.   table[class="body"] center {
  575.     min-width: 0 !important;
  576.   }
  577.  
  578.   table[class="body"] .container {
  579.     width: 95% !important;
  580.   }
  581.  
  582.   table[class="body"] .row {
  583.     width: 100% !important;
  584.     display: block !important;
  585.   }
  586.  
  587.   table[class="body"] .wrapper {
  588.     display: block !important;
  589.     padding-right: 0 !important;
  590.   }
  591.  
  592.   table[class="body"] .columns,
  593.   table[class="body"] .column {
  594.     table-layout: fixed !important;
  595.     float: none !important;
  596.     width: 100% !important;
  597.     padding-right: 0px !important;
  598.     padding-left: 0px !important;
  599.     display: block !important;
  600.   }
  601.  
  602.   table[class="body"] .wrapper.first .columns,
  603.   table[class="body"] .wrapper.first .column {
  604.     display: table !important;
  605.   }
  606.  
  607.   table[class="body"] table.columns td,
  608.   table[class="body"] table.column td {
  609.     width: 100% !important;
  610.   }
  611.  
  612.   table[class="body"] td.offset-by-one,
  613.   table[class="body"] td.offset-by-two,
  614.   table[class="body"] td.offset-by-three,
  615.   table[class="body"] td.offset-by-four,
  616.   table[class="body"] td.offset-by-five,
  617.   table[class="body"] td.offset-by-six,
  618.   table[class="body"] td.offset-by-seven,
  619.   table[class="body"] td.offset-by-eight,
  620.   table[class="body"] td.offset-by-nine,
  621.   table[class="body"] td.offset-by-ten,
  622.   table[class="body"] td.offset-by-eleven {
  623.     padding-left: 0 !important;
  624.   }
  625.  
  626.   table[class="body"] .expander {
  627.     width: 9999px !important;
  628.   }
  629.  
  630.   table[class="body"] .right-text-pad,
  631.   table[class="body"] .text-pad-right {
  632.     padding-left: 10px !important;
  633.   }
  634.  
  635.   table[class="body"] .left-text-pad,
  636.   table[class="body"] .text-pad-left {
  637.     padding-right: 10px !important;
  638.   }
  639.  
  640.   table[class="body"] .hide-for-small,
  641.   table[class="body"] .show-for-desktop {
  642.     display: none !important;
  643.   }
  644.  
  645.   table[class="body"] .show-for-small,
  646.   table[class="body"] .hide-for-desktop {
  647.     display: inherit !important;
  648.   }
  649. }
  650.  
  651.   </style>
  652.   <style>
  653.    
  654.     table.facebook td {
  655.       background: #3b5998;
  656.       border-color: #2d4473;
  657.     }
  658.  
  659.     table.facebook:hover td {
  660.       background: #2d4473 !important;
  661.     }
  662.  
  663.     table.twitter td {
  664.       background: #00acee;
  665.       border-color: #0087bb;
  666.     }
  667.  
  668.     table.twitter:hover td {
  669.       background: #0087bb !important;
  670.     }
  671.  
  672.     table.google-plus td {
  673.       background-color: #DB4A39;
  674.       border-color: #CC0000;
  675.     }
  676.  
  677.     table.google-plus:hover td {
  678.       background: #CC0000 !important;
  679.     }
  680.  
  681.     .template-label {
  682.       color: #ffffff;
  683.       font-weight: bold;
  684.       font-size: 11px;
  685.     }
  686.  
  687.     .callout .wrapper {
  688.       padding-bottom: 20px;
  689.     }
  690.  
  691.     .callout .panel {
  692.       background: #ECF8FF;
  693.       border-color: #b9e5ff;
  694.     }
  695.  
  696.     .header {
  697.       background: #999999;
  698.     }
  699.  
  700.     .footer .wrapper {
  701.       background: #ebebeb;
  702.     }
  703.  
  704.     .footer h5 {
  705.       padding-bottom: 10px;
  706.     }
  707.  
  708.     table.columns .text-pad {
  709.       padding-left: 10px;
  710.       padding-right: 10px;
  711.     }
  712.  
  713.     table.columns .left-text-pad {
  714.       padding-left: 10px;
  715.     }
  716.  
  717.     table.columns .right-text-pad {
  718.       padding-right: 10px;
  719.     }
  720.  
  721.     @media only screen and (max-width: 600px) {
  722.  
  723.       table[class="body"] .right-text-pad {
  724.         padding-left: 10px !important;
  725.       }
  726.  
  727.       table[class="body"] .left-text-pad {
  728.         padding-right: 10px !important;
  729.       }
  730.     }
  731.  
  732. </style>
  733. <table class="body">
  734.     <tbody>
  735.         <tr>
  736.             <td class="center" align="center" valign="top"> <center>
  737.             <table class="row header">
  738.                 <tbody>
  739.                     <tr>
  740.                         <td class="center" align="center"> <center>
  741.                         <table class="container">
  742.                             <tbody>
  743.                                 <tr>
  744.                                     <td class="wrapper last">
  745.                                     <table class="twelve columns">
  746.                                         <tbody>
  747.                                             <tr>
  748.                                                 <td class="six sub-columns"> <img alt="" src="http://placehold.it/200x50" /> </td>
  749.                                                 <td class="six sub-columns last" style="text-align: right; vertical-align: middle;"> <span class="template-label">BASIC</span> </td>
  750.                                                 <td class="expander"></td>
  751.                                             </tr>
  752.                                         </tbody>
  753.                                     </table>
  754.                                     </td>
  755.                                 </tr>
  756.                             </tbody>
  757.                         </table>
  758.                         </center> </td>
  759.                     </tr>
  760.                 </tbody>
  761.             </table>
  762.             <table class="container">
  763.                 <tbody>
  764.                     <tr>
  765.                         <td>
  766.                         <table class="row">
  767.                             <tbody>
  768.                                 <tr>
  769.                                     <td class="wrapper last">
  770.                                     <table class="twelve columns">
  771.                                         <tbody>
  772.                                             <tr>
  773.                                                 <td>
  774.                                                 <h1>Hi dude,</h1>
  775.                                                 <p class="lead">Responsive POC email with Sitefinity </p>
  776.                                                 </td>
  777.                                                 <td class="expander"></td>
  778.                                             </tr>
  779.                                         </tbody>
  780.                                     </table>
  781.                                     </td>
  782.                                 </tr>
  783.                             </tbody>
  784.                         </table>
  785.                         <table class="row callout">
  786.                             <tbody>
  787.                                 <tr>
  788.                                     <td class="wrapper last">
  789.                                     <table class="twelve columns">
  790.                                         <tbody>
  791.                                             <tr>
  792.                                                 <td class="panel">
  793.                                                 <p>Phasellus dictum sapien a neque luctus cursus. Pellentesque sem dolor, fringilla et pharetra vitae. <a href="#">Click it! &raquo;</a></p>
  794.                                                 </td>
  795.                                                 <td class="expander"></td>
  796.                                             </tr>
  797.                                         </tbody>
  798.                                     </table>
  799.                                     </td>
  800.                                 </tr>
  801.                             </tbody>
  802.                         </table>
  803.                         <table class="row footer">
  804.                             <tbody>
  805.                                 <tr>
  806.                                     <td class="wrapper">
  807.                                     <table class="six columns">
  808.                                         <tbody>
  809.                                             <tr>
  810.                                                 <td class="left-text-pad">
  811.                                                 <h5>Follow us:</h5>
  812.                                                 <table class="tiny-button facebook">
  813.                                                     <tbody>
  814.                                                         <tr>
  815.                                                             <td> <a href="#">Facebook</a> </td>
  816.                                                         </tr>
  817.                                                     </tbody>
  818.                                                 </table>
  819.                                                 <br />
  820.                                                 <table class="tiny-button twitter">
  821.                                                     <tbody>
  822.                                                         <tr>
  823.                                                             <td> <a href="#">Twitter</a> </td>
  824.                                                         </tr>
  825.                                                     </tbody>
  826.                                                 </table>
  827.                                                 <br />
  828.                                                 <table class="tiny-button google-plus">
  829.                                                     <tbody>
  830.                                                         <tr>
  831.                                                             <td> <a href="#">Google +</a> </td>
  832.                                                         </tr>
  833.                                                     </tbody>
  834.                                                 </table>
  835.                                                 </td>
  836.                                                 <td class="expander"></td>
  837.                                             </tr>
  838.                                         </tbody>
  839.                                     </table>
  840.                                     </td>
  841.                                     <td class="wrapper last">
  842.                                     <table class="six columns">
  843.                                         <tbody>
  844.                                             <tr>
  845.                                                 <td class="last right-text-pad">
  846.                                                 <h5>Contact Info:</h5>
  847.                                                 <p>Accountteam: 076-6123456<br />
  848.                                                 Algemeen: 076-6234567</p>
  849.                                                 </td>
  850.                                                 <td class="expander"></td>
  851.                                             </tr>
  852.                                         </tbody>
  853.                                     </table>
  854.                                     </td>
  855.                                 </tr>
  856.                             </tbody>
  857.                         </table>
  858.                         <table class="row">
  859.                             <tbody>
  860.                                 <tr>
  861.                                     <td class="wrapper last">
  862.                                     <table class="twelve columns">
  863.                                         <tbody>
  864.                                             <tr>
  865.                                                 <td align="center"> <center>
  866.                                                 <p style="text-align: center;"><a href="#">Terms</a> | <a href="#">Privacy</a> | <a href="#">Unsubscribe</a></p>
  867.                                                 </center> </td>
  868.                                                 <td class="expander"></td>
  869.                                             </tr>
  870.                                         </tbody>
  871.                                     </table>
  872.                                     </td>
  873.                                 </tr>
  874.                             </tbody>
  875.                         </table>
  876.                         <!-- container end below --> </td>
  877.                     </tr>
  878.                 </tbody>
  879.             </table>
  880.             </center> </td>
  881.         </tr>
  882.     </tbody>
  883. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement