Page 1 of 1

Can I use an image for my "submit" button?

Posted: Sun Apr 26, 2009 1:54 pm
by ninethousandfeet
hello,
right now i have a style added to my insert form submit button with only the color changed... i have some other image buttons on my site that are links (not submit buttons) so they work just fine, but i wanted to know if there is a way that i can make my insert button an image?

thank you, here is the button i have now...

Code: Select all

 
<tr>
        <td class="controlBox"><input name="signUp" type="submit" id="signUp" value="Sign Up" /></td>
      </tr>
 

Re: Can I use an image for my "submit" button?

Posted: Sun Apr 26, 2009 2:01 pm
by jayshields

Re: Can I use an image for my "submit" button?

Posted: Sun Apr 26, 2009 4:29 pm
by ninethousandfeet
got it. have you heard if people have problems using an image as the insert/update buttons in forms? what do you recommend?