Hello, the fix suggested in previous e-mail may be dangerous. Imagine situation like this: <table> <form name=form1> <tr><td> <input ...> </td></tr> </form> <tr><td> <form name=form2> ... </form></td></tr> </table> the fix will put the first form outside of the table and we end up with nested forms. The suggestion on http://www.w3.org/People/Raggett/tidy/pending.html to move the form element into the nearest cell won't work either. What if the form's inputs take several cells? we'll end up with <input> outside of the <form> Does anybody know a decent solution to forms problem? I appreciate your help very much. Luba. __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/Received on Thursday, 30 November 2000 15:17:47 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:37:49 GMT