Need Help!!!!!!!

liunx

Guest
For submit buttons for example on a form, how do you change the standard buttons like the ones just above to a different looking one that will do the same function, I tried and it don't work!!!! I can't be that hard. Some sample code would be great, thanks.<!--content-->For the standard button you use this...<br />
<br />
<input type="submit" value="Text on Button"><br />
<br />
To change the look of the button you will need to create an image then use this instead...<br />
<br />
<input type="image" src=http://www.webdeveloper.com/forum/archive/index.php/"path-to-image/image.gif"><!--content-->
 
Back
Top