forms problem!!! please help.

liunx

Guest
When I have a drop down list on my page, there is always a space below that I can't get rid of.<br />
<br />
Is there a way to format mt forms??<br />
<br />
Any help will be greatly appreciated. Thanks.<!--content-->You will need to post the URL of the page or post the HTML code you are working with. No way to say for sure unless the code can be viewed.<br />
<br />
One thing about forms and form elements. Many of them will drop to a new line when the closing tag is encountered like: </form>. You can try and embed the closing tag into a portion of the HTML code that will not allow for a new line, like: </td></form</tr></table>. <br />
<br />
If that doen't give you any ideas post the URL or the code.<br />
<br />
Regards,<br />
Kevin<!--content-->try:<br />
<br />
<form name="blah" action="??" method="post" style="display:inline"><br />
<br />
<br />
probably still screws up in Netscrap, but everything about Netscrap is screwed up anyway.<!--content-->Thanks worked brilliantly!!!!<!--content-->:) Glad I could help. :)<!--content-->
 
Back
Top