将这张图片设置为背景,然后在里面加文字,加入的图片代码是:<img src="img.gif" width='100px"height="50px">,改成<div style="background:url('img.gif')no-repeat;width:100px;height:50px">这样就可以图片上加文字了</div>
写一个div,背景换成图片,div内打上文字 <div style="width:200px; height:200px; background:url( 图片路径)"> <font>文字内容</font> </div>