munt
05-24-2006, 11:53 PM
im trying to change the search form on rightside of webspassage.com
i want to make it so the search submit button is an image.. but i cant seem to get it right..
here is the old code...
<form action="{$smarty.const.DOC_ROOT}/index.php" method="get">
<input type="text" name="search" size="20" maxlength="250" class="text" value="{if !empty($search)}{$search|escape}{/if}" /> <input type="submit" value="{l}GO{/l}" class="btn" />
</form>
could anyone help me with this?
i want to make it so the search submit button is an image.. but i cant seem to get it right..
here is the old code...
<form action="{$smarty.const.DOC_ROOT}/index.php" method="get">
<input type="text" name="search" size="20" maxlength="250" class="text" value="{if !empty($search)}{$search|escape}{/if}" /> <input type="submit" value="{l}GO{/l}" class="btn" />
</form>
could anyone help me with this?