Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ending a form with no line break

Status
Not open for further replies.

Jeremy21b

Technical User
Jul 7, 2002
127
CA
Ok this question should be relatively easy. Everytime I close a form within a table it wants to add a carriage return right after the </form> tag. Is there anyway I can avoid the carriage return short of putting the form tags outside the table? Thanks in advance.
 
your best bet is:

<form style=&quot;display: inline;&quot; ...>
...
</form>

Hope it helps.
 
Hi,

The form tag SHOULD be outside the table. In proper HTML (and logically I might add), tables are inside forms and not the other way around. If you do it right, you might just solve your problem.

Bye.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top