2011-06-08, 04:57:42
lulo Wrote:anyone knows how use an image as a submit button with I18N Search plugin?
Don't use (% searchform %), but create the form manually (in the page or on the template):
Code:
<form action="http://my.site/my-search-result-page/" method="POST" class="search">
<input type="text" name="words" value=""/>
<input type="image" src="my-submit-image.gif" name="search">
</form>