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>.
