| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
- <head>
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
- <meta name="description" content="foo">
- <title>Foo Confirmation</title>
- <style type="text/css">
- /* bugfixing for email clients */
- .ExternalClass {width:100%;} /* Forces Hotmail to display emails at full width */
- .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div { line-height: 100%;}
- /* Forces Hotmail to display normal line spacing, here is more on that:
- http://www.emailonacid.com/forum/viewthread/43/
- */
- body { margin:0; padding:0; background-color: #BFB9B2; color: #646363; font-family: Arial,Verdana,Helvetica,sans-serif; font-size:12px;line-height:115%; }
- img { border:0; }
- img a { border:0; }
- table, td { vertical-align:top;text-align:left;}
- table td {border-collapse:collapse;}
- /*This resolves the Outlook 07, 10, and Gmail td padding issue. Heres more info:
- http://www.ianhoar.com/2008/04/29/outlook-2007-borders-and-1px-padding-on-table-cells
- http://www.campaignmonitor.com/blog/post/3392/1px-borders-padding-on-table-cells-in-outlook-07
- */
- p { padding:0; margin:0; margin-bottom:0; }
- label { padding-right:10px;}
- a, a:link { text-decoration: none; color: #646363; }
- hr { border: 0; width: 100%; color: #888888; background-color: #888888; height: 1px; }
- /***************************************
- * Confirmation
- ***************************************/
- /* main table */
- .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%;}
- .mainTableContentTD { width: 650px; padding-left:40px; padding-right:40px;}
- /* promotion2 */
- .promotionTable2 { padding-top:0px; width:570px;}
- .promotionImage2 { }
- /* footer */
- .footerTable { padding-top:0px; width:570px; }
- .footerContent { color: #646363; text-align:center; padding-bottom:10px; font-family: Arial,Verdana,Helvetica,sans-serif; font-size:12px;line-height:150%;}
- .footerContent a,
- .footerContent a:link { text-decoration: none; color: #646363;}
- /* end */
- </style>
- </head>
- <body>
- <center><br><br>
- <!--
- ************************************************************
- Table: Logo & Banner
- ************************************************************
- -->
- <table>
- <tbody>
- <tr>
- <td class="mainTableContentTD">
- <!--
- ************************************************************
- Table: Promotion 2
- ************************************************************
- -->
- <table class="promotionTable2" cellpadding="0" cellspacing="0">
- <tbody>
- <tr>
- <td class="promotionImage2"><!-- {promotionImage} --> <img src="/img/foo/bar/hotel-promotion.jpg" alt="Foo" style="border: 0;" width="570"></td>
- </tr>
- </tbody>
- </table>
- <!--
- ********************************************************
- --></td>
- </tr>
- <tr>
- <td style="font-size: 0; line-height: 0; height:20px;"> </td>
- </tr>
- <tr>
- <td class="mainTableContentTD">
- <!--
- ************************************************************
- Table: Footer
- ************************************************************
- -->
- <table class="footerTable" cellpadding="0" cellspacing="0">
- <tbody>
- <tr>
- <td class="footerContent"><strong>Foo Address</strong><br> Munich | Germany<br> <a href="mailto:info@foo.com" style="text-decoration: none; color: #646363;">info@foo.com</a> <br> T: +49 89 141283</td>
- </tr>
- </tbody>
- </table> <!-- ******************************************************** --></td>
- </tr>
- <tr>
- <td style="font-size: 0; line-height: 0; height:20px;"> </td>
- </tr>
- </tbody>
- </table>
- <br><br>
- </center>
- </body>
- </html>
|