tablespacing-8-ref.html (1153B)
1 <!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- --> 2 <!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80: --> 3 <!DOCTYPE html> 4 <html> 5 <body> 6 7 <math> 8 <mtable rowspacing="30px" columnspacing="30px"> 9 <mtr> 10 <mtd> 11 <mspace width="50px" height="30px"></mspace> 12 </mtd> 13 <mtd> 14 <mspace width="50px" height="30px"></mspace> 15 </mtd> 16 </mtr> 17 <mtr> 18 <mtd> 19 <mspace width="50px" height="30px"></mspace> 20 </mtd> 21 <mtd> 22 <mspace width="50px" height="30px"></mspace> 23 </mtd> 24 </mtr> 25 </mtable> 26 </math> 27 28 <div style="position: absolute; top: 0; left: 0px; 29 width: 150px; height: 40px; background: black;"></div> 30 <div style="position: absolute; top: 70px; left: 0px; 31 width: 150px; height: 40px; background: black;"></div> 32 <div style="position: absolute; top: 0px; left: 0px; 33 width: 60px; height: 100px; background: black;"></div> 34 <div style="position: absolute; top: 0px; left: 90px; 35 width: 60px; height: 100px; background: black;"></div> 36 37 </body> 38 </html>