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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing the default Grey button? 2

Status
Not open for further replies.

Hondy

Technical User
Mar 3, 2003
864
GB
Hi

Anyone know how to change the standard button on an ASP form page?

e.g. The code I have is below, how would I use a graphic?

<td>
<div align="center">
<input type="submit" value="Log In" name="submit">
</div>
</td>

Thanks
 
This works for me:

<input type="image" name="Submit" src="/images/buttons/nameofbutton.gif" border=0>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top