1.设置图片在左上角
<table>
<tr>
<img width="148" high="81" source src="log-wy.png" type="img/png" style=" position:absolute; left:0; bottom:0;">
</img>
</tr>
</table>
2.设置图在右下角
<table>
<tr>
<img width="148" high="81" source src="log-wy.png" type="img/png" style=" position:absolute; right:0; bottom:0;">
</img>
</tr>
</table>
3.设置图片水平居中
<body>
<div align="center">
<img src="1.gif" width="91" height="80" />
</div>
</body>
更多布局可参考http://www.cnblogs.com/tim-li/archive/2012/08/06/2580252.html