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