325292-1-ref.html (557B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 2 <html class="reftest-paged"> 3 <style> 4 #second {border-bottom:green 5px solid} 5 col {width:100px} 6 </style> 7 <body> 8 <title>visibility collapse + columns + pagination</title> 9 10 <table cellspacing="0" style="page-break-after:always" id="first"> 11 <col><col style="visibility:collapse"><col> 12 <tr><td>cell1</td><td>Dont'show</td><td>cell2</td></tr></table> 13 <table cellspacing="0" id="second"> 14 <col><col style="visibility:collapse"><col> 15 <tr><td>cell3</td><td>Dont'show</td><td>cell4</td></tr> 16 </table> 17 </body> 18 </html>