The example XHTML table in this section is missing backslashes for the closing tags of the last two <td> elements and both <tr> elements: <table> <tr><td>1 </td><td rowspan="2">2 </td><td>3 </td><td>4 <td><tr> <tr><td colspan="2">5 <td><tr> </table> should be instead: <table> <tr><td>1 </td><td rowspan="2">2 </td><td>3 </td><td>4 </td></tr> <tr><td colspan="2">5 </td></tr> </table> Ernest Cline ernestcline@mindspring.comReceived on Sunday, 14 December 2003 10:48:36 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:25 GMT