PageRenderTime 41ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/themes/Standard/newsletter.html

#
HTML | 46 lines | 46 code | 0 blank | 0 comment | 0 complexity | 3d4973f17290dc40d8226eca36ba6280 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  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. <title>[TITLE]</title>
  5. </head>
  6. <body>
  7. <center>
  8. <table cellpadding="0" cellspacing="0" border="0" width="700">
  9. <tr>
  10. <td>
  11. <img src="[httpBase]/img/newsletter/header.png" alt="" />
  12. </td>
  13. </tr>
  14. <tr>
  15. <td>
  16. <table cellpadding="0" cellspacing="0" border="0" width="700">
  17. <tr>
  18. <td background="[httpBase]/img/newsletter/bg.jpg" width="70" height="115">
  19. &nbsp;
  20. </td>
  21. <td background="[httpBase]/img/newsletter/bg.jpg" width="330" height="115"
  22. align="left">
  23. <font face="Tahoma, Geneva, sans-serif" style="font-size: 15px;">
  24. <strong>
  25. <a href="[LINK]" style="color: #808285; text-decoration: none">[TITLE]</a>
  26. </strong>
  27. </font>
  28. </br>
  29. [LINK_DESCRIPTION]
  30. </td>
  31. <td background="[httpBase]/img/newsletter/bg.jpg" height="115">
  32. <a href="[WebRoot]" target="_blank">
  33. <img src="[httpBase]/img/newsletter/logo.png" alt="[WebRoot]"
  34. border="0" /></a>
  35. </td>
  36. <td background="[httpBase]/img/newsletter/bg.jpg" width="35" height="115">
  37. &nbsp;
  38. </td>
  39. </tr>
  40. </table>
  41. </td>
  42. </tr>
  43. </table>
  44. </center>
  45. </body>
  46. </html>