- From: Ben-Nes Michael <miki@canaan.co.il>
- Date: Mon, 6 Aug 2001 09:08:08 +0300
- To: <www-html@w3.org>
Hi All I'm building admin page with table which each <tr> should be updatable. example: <table> <tr> <td><form></td> <td><input type="text" /></td> <td>><input type="text" /></td> <td></form></td> </tr> <tr> <td><form></td> <td><input type="text" /></td> <td>><input type="text" /></td> <td></form></td> </tr> </table> This dont work becouse I dont close the form before the end of the </td> Is there a way to wrap form around row ? If not, I think the developers should consider adding something like this (probobly a new table element): Ill call it <ts> for example. <table> <tr> <ts> <form> <td><input type="text" /></td> <td><input type="text" /></td> </form> </ts> </tr> <tr> <ts> <form> <td><input type="text" /></td> <td><input type="text" /></td> </form> </ts> </tr> </table> -------------------------- Canaan Surfing Ltd. Internet Service Providers Ben-Nes Michael - Manager Tel: 972-4-6991122 http://sites.canaan.co.il --------------------------
Received on Monday, 6 August 2001 02:08:13 UTC