444928-1.html (307B)
1 <html> 2 <head> 3 <style type="text/css"> 4 table{table-layout: fixed; width: 500px; } 5 6 </style> 7 </head> 8 <body> 9 <table class="grid" cellspacing="50" cellpadding="0" border> 10 <col width="10%"/> 11 <col width="1" span="2"/> 12 <tbody> 13 <tr><th class="top" colspan="3"> Some Text</th></tr> 14 </tbody> 15 </table> 16 </body> 17 </html>