Can I use an image for my "submit" button?
Posted: Sun Apr 26, 2009 1:54 pm
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...
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>