代码一:(可以调节图片长度和高度的图片超链接代码)
<a href="链接地址" title="链接1地址"><img alt="图片" src="图片地址"style="width:600px;height:757px"></a>
例如:<a href="
http://www.baidu.com/" title="
http://www.baidu.com/"><img alt="图片" src="
http://www.sgwzdh.com/images/psb.jpg"style="width:600px;height:757px"></a>
代码二:
<table border=0>
<tr>
<td><a href="链接地址" target=_blank><img src="图片地址" /></a></td>
</tr>
</table>