Guest User

Untitled

a guest
Jan 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <table cellpadding="0" cellspacing="0" border="0" style="width:100%">
  2.  
  3. <tr>
  4. <td class="tbleBorder width33">WHO</td>
  5. <td class="tbleBorder width33">WHAT</td>
  6. <td class="width34">WHERE</td>
  7. </tr>
  8. <tr>
  9. <td>Whatever 1</td>
  10. <td>Whatever 2</td>
  11. <td>Whatever 3</td>
  12. </tr>
  13. </table>
  14.  
  15. <style>
  16. .tbleBorder { border-right: 1px solid #000000; }
  17. .width33 { width:33%; }
  18. .width34 { width:34%; }
  19. </style>
Add Comment
Please, Sign In to add comment