Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Images for a submit button 1

Status
Not open for further replies.

mak2112

IS-IT--Management
Aug 8, 2001
46
can i use an image for a submit button so that i do not need to use those ugly grey buttons. i cannot figure out how to do this in classic html. i know it can be done in javascript how about html?

 
at the end of your form, instead of the regular submit button, try this ...

<INPUT TYPE=image src=&quot;image/enter.gif&quot; name=&quot;enter&quot; width=&quot;117&quot; height=&quot;21&quot; alt=&quot;&quot; border=&quot;0&quot; name=&quot;enter&quot; value=&quot;1&quot;>

with the scr, width, height being your picture's attributes.

M...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top