Forum Moderators: open

Message Too Old, No Replies

Extra BR after /FORM

How can I remove the extra linebreak after I close the FORM tag?

         

mek2600

8:29 am on Jul 19, 2004 (gmt 0)

10+ Year Member



If I do a simple

<form ...>
...
</form>
Some text

I wind up getting an extra linebreak after the form items and the "Some text" line. IS there a way to avoid that? That's making my design look a little off on my site and I'd like to eliminate the fact that it seems to treat <form> tags similar to the <p> tag in displaying the elements.

Thanks in advance.

Alternative Future

8:37 am on Jul 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi mek2600,

I think this might help you acheive the effect you are after.

<form style="display:inline">
...
</form>

-George

mek2600

8:40 am on Jul 19, 2004 (gmt 0)

10+ Year Member



Yes. Yes it did! Thanks a million, man. I'll go read up on that inline stuff now, too. I just didn't know how to search for that one.

Wow. 11 minutes for the answer. Thanks again.