Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.82 KB | None | 0 0
  1. <html
  2. xmlns:o='urn:schemas-microsoft-com:office:office'
  3. xmlns:w='urn:schemas-microsoft-com:office:word'
  4. xmlns='http://www.w3.org/TR/REC-html40'>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <title></title>
  8.  
  9. <!--[if gte mso 9]><xml>
  10. <w:WordDocument>
  11.  <w:View>Print</w:View>
  12.  <w:Zoom>100</w:Zoom>
  13. </w:WordDocument>
  14. </xml><![endif]-->
  15. <style>
  16. <!-- /* Style Definitions */
  17. p.MsoHeader, li.MsoHeader, div.MsoHeader{
  18.    margin:0in;
  19.    margin-top:.0001pt;
  20.    mso-pagination:widow-orphan;
  21.    tab-stops:center 3.0in right 6.0in;
  22. }
  23. p.MsoFooter, li.MsoFooter, div.MsoFooter{
  24.    margin:0in 0in 1in 0in;
  25.    margin-bottom:.0001pt;
  26.    mso-pagination:widow-orphan;
  27.    tab-stops:center 3.0in right 6.0in;
  28. }
  29. .footer {
  30.    font-size: 9pt;
  31. }
  32. @page Section1{
  33.    size:8.5in 11.0in;
  34.    margin:0.5in 0.5in 0.5in 0.5in;
  35.    mso-header-margin:0.5in;
  36.    mso-header:h1;
  37.    mso-footer:f1;
  38.    mso-footer-margin:0.5in;
  39.    mso-paper-source:0;
  40. }
  41. div.Section1{
  42.    page:Section1;
  43. }
  44. table#hrdftrtbl{
  45.    margin:0in 0in 0in 9in;
  46. }
  47. -->
  48. </style>
  49. <style type="text/css" media="screen,print">
  50. body {
  51.     font-family: "Calibri", "Verdana","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  52.     font-size:12pt;
  53. }
  54. pageBreak {
  55.   clear:all;
  56.   page-break-before:always;
  57.   mso-special-character:line-break;
  58. }
  59. </style>
  60. </head>
  61. <body style='tab-interval:.5in'>
  62. <div class="Section1">
  63.  
  64. Something page 1
  65. <div class="pageBreak"></div>
  66. Something page 2
  67. <div class="pageBreak"></div>
  68.  
  69. <table id='hrdftrtbl' border='1' cellspacing='0' cellpadding='0'>
  70.         <tr>
  71.             <td>
  72.                 <div style='mso-element:header' id="h1" >
  73.                     <p class="MsoHeader">
  74.                         <table border="0" width="100%">
  75.                             <tr>
  76.                                 <td>
  77.  
  78.                                     YOUR_HEADER IMAGE/TEXT
  79.  
  80.                                 </td>
  81.                             </tr>
  82.                         </table>
  83.                     </p>
  84.                </div>
  85.           </td>
  86.           <td>
  87.             <div style='mso-element:footer' id="f1">
  88.                 <p class="MsoFooter">
  89.                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
  90.                         <tr>
  91.                             <td align="center" class="footer">
  92.                             YOUR_FOOTER_TEXT
  93.                                 <g:message code="offer.letter.page.label"/> <span style='mso-field-code: PAGE '></span> of <span style='mso-field-code: NUMPAGES '></span>
  94.                             </td>
  95.                         </tr>
  96.                     </table>
  97.                 </p>
  98.             </div>
  99.         </td>
  100.     </tr>
  101.     </table>
  102.   </div>
  103. </body>
  104. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement