I have a form in my webpage which have a CSS button, that button is embedded in a way i have never seen, in a cuffon related method perhaps (?)
Anyway i am trying to change that button to my button but dont know how to assign the submit method to it..
The current button:
<p><input type="submit" value="Send"/></p>
How should i go about adding a png button and give it the submit value?