columnfill-balance-ref.html 805 B

12345678910111213141516171819202122232425262728293031323334
  1. <html>
  2. <head>
  3. <link rel="stylesheet" type="text/css" href="ahem.css" />
  4. <style>
  5. td {
  6. width: 200px;
  7. font-family: ahem;
  8. }
  9. table {
  10. width: 100%;
  11. height: 150px;
  12. padding-bottom: 0;
  13. margin-bottom: 0;
  14. font-family: ahem;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <table cellpadding=0 cellspacing=0>
  20. <tr>
  21. <td valign="top">
  22. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam.
  23. </td>
  24. <td valign="top">Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci
  25. </td>
  26. <td valign="top">vitae nisi. Duis venenatis tristique massa. Sed commodo diam at mauris.
  27. </td>
  28. </tr>
  29. </table>
  30. </body>
  31. </html>