Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: image or button??


Message #1 by Dennis <dennist@g...> on Mon, 22 Oct 2001 16:18:01 +0530
Naveen,

           U have two options.

	1. Use the <input type="image" src="myimage.jpg">

	2.Use the style property. <input type="button" style="background-image:url(myimage.jpg)">



	The 1st option is a better one though and provides a better look and feel.



regards,

Dennis.


  Return to Index