View Single Post
  #1  
Old 05-28-2004, 06:37 AM
 
TonyD TonyD is offline
 

eXpert
  
Join Date: Mar 2004
Location: Okc
Posts: 288
 

Default Moving the search function....

I installed the Brand Model Year mod from cart-lab (which is pretty damn cool btw)....and i put it in my search.tpl (the top search bar) and i want it next to the original search function....i thought i had it right, but it keeps gettin placed below it....

what am i missing?
Code:
<TABLE border=0 cellPadding=0 cellSpacing=1> <form method="get" action="search.php" name=productsearchform> <tr> <td width=20></td> <td class="TopLabel">{$lng.lbl_search}:</td> <td valign="middle"> <input type="text" name="substring" size="16" value="{$smarty.get.substring|escape}"> </td> <td valign="middle"> {include file="buttons/search_head.tpl"} </td> <td width=20></td> <td><u>{$lng.lbl_advanced_search}</u></td> </tr> </form> {*</TABLE>*} Placed the BrandModelYear here. </table>

i closed both parts of code in ONE table.....
Reply With Quote