把图片作为按钮

<textarea cols="50" rows="15" name="code" class="c-sharp"> &lt;img src="App_Themes/Default/images/dl.png" width="80" height="80" style="cursor:pointer;" mce_style="cursor:pointer;" onclick="return Login()" id="btn_Login"/&gt;</textarea>

 

src:图片路径

width、height设为图片的太小

style="cursor:pointer" 鼠标在图片上面显示手的样子

onclick:调用js

你可能感兴趣的:(把图片作为按钮)