Question:
I want to create ‘back’ and ‘exit’ buttons that look the same as the’submit’ and ‘reset’ buttons that are in the <FORMS> commands,and place them all together in a table at the bottom of my Formspages. Is it possible to create buttons that are interlaced GIFs anduse them in place of traditional “submit” and “reset” buttons?
Answer:
If I understand your question correctly, the answer is yes. Youcan use interlaced GIFs as buttons to replace theones normally created with HTML in your forms, by including thefollowing construct in your form:
<input type=image name="Submit" value="value" src="picture_of_button.gif">