hello people i havent done this in years and forgot :blush:
how do you use an image as a submit button for a form ?
in this case its a Go button for searching
eg:
Code:<form action="search.asp?Mode=1" method="post" name="test">
<input name="txtsearch" type="text" size="10">
<!-- this is normal command button yeah-->
<input type="submit" name="Submit" value="Go">
<!-- i want an image for the button to submit the form-->
</form>
