Re: Q/Sugestion about XHTML

Ben-Nes Michael, at 09:08 +0300 on Mon, 6 Aug 2001, wrote:

   <table>
   <tr>
   <td><form></td>
   <td><input type="text" /></td>
   <td>><input type="text" /></td>
   <td></form></td>
   </tr>

   This dont work becouse I dont close the form before the end of the </td>

   Is there a way to wrap form around row ?

Since <form> can contain block elements, merely put your entire <table>
inside a <form>.  This will ensure well-formedness and XHTML validity.

-- 
Frank Tobin		http://www.uiuc.edu/~ftobin/

Received on Monday, 6 August 2001 02:39:40 UTC