email_template.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
  2. <head>
  3. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  4. <meta name="description" content="foo">
  5. <title>Foo Confirmation</title>
  6. <style type="text/css">
  7. /* bugfixing for email clients */
  8. .ExternalClass {width:100%;} /* Forces Hotmail to display emails at full width */
  9. .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div { line-height: 100%;}
  10. /* Forces Hotmail to display normal line spacing, here is more on that:
  11. http://www.emailonacid.com/forum/viewthread/43/
  12. */
  13. body { margin:0; padding:0; background-color: #BFB9B2; color: #646363; font-family: Arial,Verdana,Helvetica,sans-serif; font-size:12px;line-height:115%; }
  14. img { border:0; }
  15. img a { border:0; }
  16. table, td { vertical-align:top;text-align:left;}
  17. table td {border-collapse:collapse;}
  18. /*This resolves the Outlook 07, 10, and Gmail td padding issue. Heres more info:
  19. http://www.ianhoar.com/2008/04/29/outlook-2007-borders-and-1px-padding-on-table-cells
  20. http://www.campaignmonitor.com/blog/post/3392/1px-borders-padding-on-table-cells-in-outlook-07
  21. */
  22. p { padding:0; margin:0; margin-bottom:0; }
  23. label { padding-right:10px;}
  24. a, a:link { text-decoration: none; color: #646363; }
  25. hr { border: 0; width: 100%; color: #888888; background-color: #888888; height: 1px; }
  26. /***************************************
  27. * Confirmation
  28. ***************************************/
  29. /* main table */
  30. .mainTable { width: 650px; border-collapse: collapse; border:0; background-color:#fff; font-family: Arial,Verdana,Helvetica,sans-serif; font-size:12px;color: #646363;line-height:115%;}
  31. .mainTableContentTD { width: 650px; padding-left:40px; padding-right:40px;}
  32. /* promotion2 */
  33. .promotionTable2 { padding-top:0px; width:570px;}
  34. .promotionImage2 { }
  35. /* footer */
  36. .footerTable { padding-top:0px; width:570px; }
  37. .footerContent { color: #646363; text-align:center; padding-bottom:10px; font-family: Arial,Verdana,Helvetica,sans-serif; font-size:12px;line-height:150%;}
  38. .footerContent a,
  39. .footerContent a:link { text-decoration: none; color: #646363;}
  40. /* end */
  41. </style>
  42. </head>
  43. <body>
  44. <center><br><br>
  45. <!--
  46. ************************************************************
  47. Table: Logo & Banner
  48. ************************************************************
  49. -->
  50. <table>
  51. <tbody>
  52. <tr>
  53. <td class="mainTableContentTD">
  54. <!--
  55. ************************************************************
  56. Table: Promotion 2
  57. ************************************************************
  58. -->
  59. <table class="promotionTable2" cellpadding="0" cellspacing="0">
  60. <tbody>
  61. <tr>
  62. <td class="promotionImage2"><!-- {promotionImage} --> <img src="/img/foo/bar/hotel-promotion.jpg" alt="Foo" style="border: 0;" width="570"></td>
  63. </tr>
  64. </tbody>
  65. </table>
  66. <!--
  67. ********************************************************
  68. --></td>
  69. </tr>
  70. <tr>
  71. <td style="font-size: 0; line-height: 0; height:20px;"> </td>
  72. </tr>
  73. <tr>
  74. <td class="mainTableContentTD">
  75. <!--
  76. ************************************************************
  77. Table: Footer
  78. ************************************************************
  79. -->
  80. <table class="footerTable" cellpadding="0" cellspacing="0">
  81. <tbody>
  82. <tr>
  83. <td class="footerContent"><strong>Foo Address</strong><br> Munich&nbsp;|&nbsp;Germany<br> <a href="mailto:info@foo.com" style="text-decoration: none; color: #646363;">info@foo.com</a> <br> T: +49 89 141283</td>
  84. </tr>
  85. </tbody>
  86. </table> <!-- ******************************************************** --></td>
  87. </tr>
  88. <tr>
  89. <td style="font-size: 0; line-height: 0; height:20px;"> </td>
  90. </tr>
  91. </tbody>
  92. </table>
  93. <br><br>
  94. </center>
  95. </body>
  96. </html>