<input type="image" src="imagepath" onclick="()" />
If you use the image directly for hyperconnection, there will be a border displayed, but it is often not necessary. The easiest way to remove this border is to set the border of the image to 0. -_- <A href="#"><img src="imagepath" border=0 ///A>
I am a beginner and only found this method when I do it. Record it for future reference. . .