㈠ 如何在html网页将botton换成图片样式
可以给button设置样式。去掉button默认样式重新定义
<inputtype="button"class="button"value="查看"/>
<style>
.button{background:none;background-image:url(../你的图片地址);border:none;width:100px;height:40px;}
</style>
㈡ VS2010,如何向网页中添加图像
1、首先在电脑上打开vs2010软件,打开自己的vs项目,如图所示,一般是C++程序项目或者MFC项目。