ID:149471
 
How do you turn the SUBMIT button (or any button, for that matter) in a form into an image?
Yay! Im helping someone! :)

Under the form, put submit = "Create" to change the submit button, into a create button. :)

Form/Bleh
submit = "Bleh"


-Rcet
There might be another way to do it, but you can make links in general (either text or images) submit forms with code like this:
Submit

Where foruminput is the name of the form you want to submit.

-AbyssDragon
In response to AbyssDragon
Hah! Mine is easier! :) Sorry, had to do that. :D

-Rcet
In response to Rcet
Well, yours doesn't change it into an image, but it's stil good to know. (I haven't gotten into forms until recently.)