asolell
01-18-2003, 11:35 AM
Hi all,
I want to have a image that will act as a submit button.
How do I go about doing this?
Current code
<form method="POST" action="contactus_handler.php">
<input type="submit" value="Submit Results">
</form>
Future Code:
<form method="POST" action="contactus_handler.php">
<input type="Img" value="submitresults.gif">
</form>
???????????
Thanks for your help.
-Alon.
I want to have a image that will act as a submit button.
How do I go about doing this?
Current code
<form method="POST" action="contactus_handler.php">
<input type="submit" value="Submit Results">
</form>
Future Code:
<form method="POST" action="contactus_handler.php">
<input type="Img" value="submitresults.gif">
</form>
???????????
Thanks for your help.
-Alon.