一篇文章,右上角一张图片,图片是固定的,文章是数据库里读出来的
<div>
<img style="float:right" />
文字
</div>
<div style="float:right"><img src="http://www.cnblogs.com/images/logo_small.gif" /></div>
文字文字文字文字文字文字文字
用属性float就可以实现了,将图片放在一个div中,想图片在左,就float:left;在右,就float:right
代码就像楼上写的,效果: