239294-1.html (882B)
1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 4 <html> 5 <head> 6 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> 7 <title>Watch Mozilla Go Boom</title> 8 </head> 9 10 <body> 11 12 <!-- 13 To make mozilla render this properly, take out the "display: inline" 14 style, or take out the colgroup - getting rid of either makes 15 everything work fine!!! 16 --> 17 <table style="display: inline"> 18 <col></col> 19 <colgroup span="12"></colgroup> 20 <tr> 21 <th>Year</th> 22 <th colspan="12">Month</th> 23 </tr><tr> 24 <td>2001</td> 25 <td colspan="8"> </td> 26 <td>Sep</td> 27 <td>Oct</td> 28 <td>Nov</td> 29 <td>Dec</td> 30 </tr><tr> 31 <td>2002</td> 32 <td>Jan</td> 33 <td>Feb</td> 34 <td>Mar</td> 35 <td colspan="9"> </td> 36 </tr></table> 37 38 </body></html>