Click to See Complete Forum and Search --> : Need Help!!!!!!!


Calmaris
03-06-2003, 12:14 PM
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.

Nedals
03-06-2003, 12:37 PM
For the standard button you use this...

<input type="submit" value="Text on Button">

To change the look of the button you will need to create an image then use this instead...

<input type="image" src="path-to-image/image.gif">