Advertisement
Guest User

Untitled

a guest
Feb 7th, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <meta charset="utf-8">
  3. <title>wkhtmltopdf test</title>
  4.  
  5. <style>
  6.   caption {font-weight: bold; text-align: left}
  7.   table {margin: 10px}
  8.   td {width: 300px}
  9.   .csl {font-family: century schoolbook l}
  10.   .nsl {font-family: nimbus sans l}
  11. </style>
  12.  
  13. <table class="csl">
  14.   <caption>Century Schoolbook L</caption>
  15.   <tr><td>Flying Dog Double Dog
  16.   <tr><td>Flying Dog Snake Dog
  17.   <tr><td>Founders Centennial IPA
  18.   <tr><td>Great Divide Hercules
  19.   <tr><td>Great Divide Titan IPA
  20. </table>
  21.  
  22. <table class="nsl">
  23.   <caption>Nimbus Sans L</caption>
  24.   <tr><td>Flying Dog Double Dog
  25.   <tr><td>Flying Dog Snake Dog
  26.   <tr><td>Founders Centennial IPA
  27.   <tr><td>Great Divide Hercules
  28.   <tr><td>Great Divide Titan IPA
  29. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement