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=http://www.webdeveloper.com/forum/archive/index.php/"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=http://www.webdeveloper.com/forum/archive/index.php/"Submit Results">
</form>
Future Code:
<form method="POST" action="contactus_handler.php">
<input type="Img" value="submitresults.gif">
</form>
???????????
Thanks for your help.
-Alon.