I think I know the answer, but I won't be able to test my page for awhile, and figured verification never hurt anyone... but a form can span multiple tables right?
I.E.
That submit button will grab all the inputs from the previous tables correct?
-Rob
I.E.
Code:
<table>
<tr>.....</tr><tr><td><FORM blah blah></td></tr>
</table>
<table>
....
</table>
<table>
<tr><td><input type=submit....></FORM></td></tr>
</table>
That submit button will grab all the inputs from the previous tables correct?
-Rob