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
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