Often, when I define a form, something like this:
Code: Select all
<HTML>
<BODY>
<TABLE>
// stuff
<FORM>
// more stuff, including perhaps several more tables inside tables
</FORM>
</TABLE>
</BODY>
</HTML>Can anyone tell me how I can avoid this irritating phenomena?
Many thanks
Mark