Einstein47
Programmer
Hey all,
I have been doing my FORM tags this way for a long time now. However we have upgraded our editor and now it keeps giving me HTML errors. What is wrong with putting my FORM tag like this:
I do this because otherwise the FORM tag will make a 1/2 inch blank line on my page. I really don't want that. If there is a better (meaning more standard) way of FORM tag placement in HTML, I would be willing to change.
Thanks in advance,
Einstein47
("The pure and simple truth is rarely pure and never simple." - Oscar Wilde)
I have been doing my FORM tags this way for a long time now. However we have upgraded our editor and now it keeps giving me HTML errors. What is wrong with putting my FORM tag like this:
Code:
<TABLE border="0">
<FORM name="lookup" method="post" action="SelectLocationPopup" onsubmit="return validate()">
<TR>
...
</TR>
</FORM>
</TABLE>
I do this because otherwise the FORM tag will make a 1/2 inch blank line on my page. I really don't want that. If there is a better (meaning more standard) way of FORM tag placement in HTML, I would be willing to change.
Thanks in advance,
Einstein47
("The pure and simple truth is rarely pure and never simple." - Oscar Wilde)