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

    <input type="image" value="submitname" src="submit-button.gif"
    width="80" height="20" border="0" alt="SUBMIT!" name="image">

    Brad

      Write a Reply...