Advertisement
jille_Jr

VETA: Invoice footer

Dec 2nd, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.17 KB | None | 0 0
  1. <style type="text/css">
  2.     body {
  3.         margin-bottom:35mm;
  4.         margin-left:5mm;
  5.         margin-right:5mm;
  6.     }
  7.     #footer {
  8.         position:absolute;
  9.         bottom:5mm;
  10.         width:auto;
  11.         left:5mm;
  12.         right:5mm;
  13.     }
  14.     #footertable {
  15.         vertical-align:top;
  16.         font:Calibri;
  17.         font-size:11px;
  18.         width:25%;
  19.     }
  20. </style>
  21.  
  22. <div id="footer">
  23.     <table class="footer" width="100%">
  24.         <tr>
  25.             <td width="25%" id="footertable">
  26.                 <strong>Adress</strong><br />
  27.                 VETA Konsult Sverige AB<br />
  28.                 Hammarby Fabriksv&auml;g 29-31<br />
  29.                 120 30 Stockholm<br />
  30.                 <br />
  31.                 <strong>Orginisationsnr</strong><br />
  32.                 556620-2600
  33.             </td>
  34.             <td width="25%" id="footertable">
  35.                 <strong>Telefon</strong><br />
  36.                 08-410 442 00
  37.             </td>
  38.             <td width="25%" id="footertable">
  39.                 <strong>Momsregistreringsnr/VAT</strong><br />
  40.                 SE556620270001<br />
  41.                 <br />
  42.                 <strong>Bankgiro</strong><br />
  43.                 5266-6294<br />
  44.             </td>
  45.             <td width="25%" id="footertable">
  46.                 <strong>Godk&auml;nt f&ouml;r F-skatt</strong><br />
  47.                 <br />
  48.                 <strong>Hemsida</strong><br />
  49.                 www.veta.info<br />
  50.                 <br />
  51.                 <strong>E-post</strong><br />
  52.                 kontakt@veta.info
  53.             </td>
  54.         </tr>
  55.     </table>
  56. <div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement