Advertisement
jille_Jr

VETA: Bottom of invoice

Dec 2nd, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.70 KB | None | 0 0
  1. <style type="text/css">
  2.     .boiTable {
  3.         border:groove 1px;
  4.         width:100%;
  5.     }
  6.     .boiTitle {
  7.         text-align:left;
  8.         vertical-align:top;
  9.         width:25%;
  10.         font-size:13px;
  11.     }
  12.     .boiContent {
  13.         vertical-align:top;
  14.         width:25%;
  15.         font-size:13px;
  16.     }
  17. </style>
  18. <table class="boiTable">
  19.     <tr>
  20.         <th class="boiTitle">
  21.             Exkl. moms
  22.         </th>
  23.         <th class="boiTitle">
  24.             Moms
  25.         </th>
  26.         <th class="boiTitle">
  27.             Momssats
  28.         </th>
  29.         <th class="boiTitle">
  30.             Att betala
  31.         </th>
  32.     </tr>
  33.     <tr>
  34.         <td class="boiContent">
  35.             10 490,00 kr
  36.         </td>
  37.         <td class="boiContent">
  38.             2 622,50 kr
  39.         </td>
  40.         <td clasS="boiContent">
  41.             25%
  42.         </td>
  43.         <td clasS="boiContent">
  44.             13 113,00 kr
  45.         </td>
  46.     </tr>
  47. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement