E-Mail Form with Picture Button

Do picture buttons look good on forms?

YES
NO

click Kathy
to e-mail me




The code to do this

<center>
<form action="mailto:stavros@edgewatergreyts.com" method="post">
Do picture buttons look good on forms?<p>
<input type="checkbox" name="YES">YES><br>
<input type="checkbox" name="NO">NO><p>
<input type="image" src="http://www.web-usa.com/soccer/peterock/ireland/ki116.jpg" height=150 border=0>
</form>
click Kathy<br>
to e-mail me
</center>