I am using a submit button as part of a form, and was wondering if or how i can use the image of a button to be submit button instead??
i am using <img src=".............">, so can i use the form button as the value?? eg)
<input type = "submit" name = "submit" value = "<img src="....">
Thanks