Click to See Complete Forum and Search --> : How to Change Input Button to Image


grimmylina
12-01-2006, 08:28 AM
Hi All,

I was wondering if I could get some help on something. It's probably very simple but I'm not sure how you do it.

I have an input filed for people to submit their e-mail addresses for a newsletter....


http://catalinahotel.com/catalinalife/


How can I change it so that instead of using that ugly little "send e-mail" button I can use an image instead?

My code looks like:


<form name="formmail" action="/cgi-bin/formmail/formmail.cgi" method="post"> <input type=hidden name="recipient" value="postmaster@catalinahotel.com">
<br>
<p class="style2"><span class="style4">Sign up for our newsletter!!</span><br>
<input type=text name="email" size="10" value="">
<br>
</p>
<p><input type="submit" value="Send Email">
</p></form>


Thank you,

Allie

grimmylina
12-01-2006, 08:41 AM
Oohh...I found it.

<input type="image" SRC="images/submit_go.gif" HEIGHT="24" WIDTH="41" BORDER="0" ALT="Submit Form">