This is driving me mad - a jump-menu form will not (simply refuses) to sit in a table cell 50 pixels high. It insists on stretching the cell - I dont understand - please help if you can I am about to smash up my PC.
Stavs.
NFFC
1:58 pm on Jun 29, 2001 (gmt 0)
Try putting the <form> tags like this;
<tr> <form> <td> blah blah </td> </form> </tr>
knighty
2:39 pm on Jun 29, 2001 (gmt 0)
Stavs,
Just put the table between the FORM tags - Don't insert the form into the table
so you should have:
<form> <table> </table> </form>
stavs
2:50 pm on Jun 29, 2001 (gmt 0)
Thanks Chaps - really appreciate this help - I got a smile on my face from ear to ear now.
I put the form tags outside the table - works a treat!!