form spacing in table cells...

windows

Guest
Hi there,<br />
I had the answer to this at one point but can't find it anymore. I'm hoping someone out there can help me out.<br />
<br />
I have a newsletter sign-up form on a site I'm developing right now, but it seems that the nature of the form tag increases the amount of vertical space of the table cell. How can I remove that extra space? You know, similar to the signup at the top of these forums?<br />
<br />
<!-- m --><a class="postlink" href="http://www.dealdivas.com">http://www.dealdivas.com</a><!-- m --><br />
<br />
Thanks in advance.<br />
<br />
Laura Ruiz<!--content-->Try two things, in your opening form tag use this:<br />
<br />
<form method="get" action="http://search.atomz.com/search/" name=""<br />
style="display:inline"> <br />
<br />
if that does not work place the closing form tag between /tr and /td tags like so:<br />
<br />
</td></form></tr></table><br />
<br />
Regards,<br />
Kevin<!--content-->That worked GREAT!!!!! Thanks so much! I appreciate it tons!<br />
<br />
Laura<!--content-->
 
Back
Top