- From: Jens Meiert <jens.meiert@erde3.com>
- Date: Mon, 15 Dec 2003 09:57:52 +0100 (MET)
- To: ernestcline@mindspring.com
- Cc: www-style@w3.org
> 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> What is the original document's URI? -- By the way (CMIIW since I don't see the context because of the missing document URI), the structure is wrong (to correct it, e.g. assign the 'rowspan' attribute to the first table cell instead and set the 'colspan' value of the second row's cell to '3'). Jens. -- Jens Meiert Interface Architect http://meiert.com/
Received on Monday, 15 December 2003 03:58:04 UTC