I've added a simple search box to the site.
How do I customize the submit button? I've created go.gif image that I would like to use for the submit button.
Thank you,
Barb
Code:
<form method="get" action="search/search.php"> <input type="text" name="zoom_query" size="11" maxlength="50"/> <input type="submit" value="Go" /> </form>
Thank you,
Barb
Comment