asp_web_howto thread: image or button??
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.
|





