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

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
ninethousandfeet
Forum Contributor
Posts: 130
Joined: Tue Mar 10, 2009 4:56 pm

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

Post 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>
 
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

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

Post by jayshields »

ninethousandfeet
Forum Contributor
Posts: 130
Joined: Tue Mar 10, 2009 4:56 pm

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

Post 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?
Post Reply