Jesse Houwing wrote: > Neil wrote: > >> I demand that Szabo Zoltan may or may not have written... >> >>> <table width=100% border=1 bgcolor='#55ee55'> >>> <tr > >>> <form action='some'> >>> <td bgcolor='#55ee55'> >>> <select name=name> >>> <option value='1'>1 >>> </select> >>> </td> >>> </form> >>> </tr> >>> </table> >> >> >> >> Your containment is invalid. Only <td> and <th> is valid in a <tr>. >> Try putting the whole <table> into the <form>. >> > That simply isn't the option when using multiple forms in a table. (or > you'd have to nest tables but everyone know how Netscape 4 thinks about > that). > > The <form> in the <tr> works in all other browsers (including Netscape 4 > IE and Opera) so even if it's wrong at least everybody does it wrong the > same way (sounds like a semi-standard). > > Jesse
Thx, i tried to point this problem. Many Sites need to be rewriten :(, cause that style="margin:0px; padding:0px" do not solve the problem if <form> is not in legal place. CoL
