Re: table and form

On 27 Sep 2000, at 13:57, Sebastian Lange wrote:

> I think the basic point of Monsieur Baptiste was:
> 
> If Tidy finds <FORM> inside of <TABLE> (but outside <TD>), it should move 
> the <FORM>...</FORM> around the table rather than creating additional 
> tables (as it does now).
> I agree with him, and I think that Dave is already aware of this problem, 
> if I remember right it has been discussed about 2-3 months ago.

OK, try this:

<table>
<tr><form><td> ... form content ... </td></form></tr>
<tr><form><td> ... form content ... </td></form></tr>
</table>

Received on Wednesday, 27 September 2000 09:06:34 UTC