HTMLに触れずにこれを達成できますか?
html...
<div>
<img src="http://i50.tinypic.com/1zey0j8.gif" alt="" />WALLPAPER
<span>some paragraph here
some paragraph here /*this should not go below the image*/
some paragraph here
some paragraph here
</span>
</div>
CSS...
div{width: 200px;}
img{float: left; width: 50px; height: 50px;}
span{display: block;}
編集
Kaloyan Ivanovが最良の回答をくれました。しかし、オーバーフロー隠しがどのようにトリックを行うのか知りたいですか?