㈠ 如何在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項目。