PDA

View Full Version : search form


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?

Boby
05-25-2006, 12:03 AM
What about this?
Content visible to registered users only.
Just replace path-to-your-image with your path to the button image.

Boby

munt
05-25-2006, 12:51 AM
that works good thanks
any idea where i would change the size of the image
its not showing the actual size of it so it looks a bit distorted
not sure if its just the template or not