Is it just me or does using the <FORM> function add a lot of white space in between tables?
for example:
Quote:
<form method="POST" action="search.php" name="productsearchform">
<table border="0" cellpadding="0" cellspacing="0" width="760">
<tr align="center">
<td align="right" style="border-bottom: 1px solid #cccccc;">
<input type="hidden" name="simple_search" value="Y">
<input type="hidden" name="mode" value="search">
<input type="hidden" name="posted_data[by_title]" value="Y">
<input type="hidden" name="posted_data[by_shortdescr]" value="Y">
<input type ="hidden" name="posted_data[by_fulldescr]" value="Y">
{* {$lng.lbl_search}: *}<input type="text" name="posted_data[substring]" size="20" value="{$search_prefilled.substring|escape}">
{include file="buttons/search_head.tpl"}
{* { include file="customer/searchPat.tpl" } *}
</td>
</tr>
</table>
</form>
|
That adds about two lines worth of white space below the form...
any suggestions as to how I get rid of that?
Thanks,
Weber