Getting rid of blank line after FORM

liunx

Guest
A extra blank line is inserted after a FORM. Is there a way of getting using getting rid of the blank line? Escape sequence?<br />
<br />
Here's a example:<br />
<br />
<form action=/cgi-bin/post-query method=POST><br />
Your Name: <br />
<input type=text name=name><input type=submit><br />
</form><br />
test<br><br />
test2<br />
<br />
Can I get rid of the extra line between the form and the word 'test'?<!--content-->only works in IE5+<br />
<br />
<form action=/cgi-bin/post-query method=POST style="display:inline"><!--content-->
 
Back
Top