Hello, I don't know how well this trick is known, but since I wrote a blog post about it and made a screenshot I said to myself why not share it on DP. I already posted it in the adsense subforum, but it also belongs in the CSS subforum, so here it is (screenshot at the end) Usually when we use float:left to display an image with the text flowing around it, the text starts on the right side of the image, but sometimes we'd like to have the text starts first, then after a few lines, have an image on the left and then the text starts flowing on the right side of the image and goes back below the image after a while. How to do this trick without having to put the image hardcoded within the text itself? The trick is to use a 1px width div float:left with the height we want and then only use the image with float:left;clear:left For those who know CSS they have already understood if they didn't thought about it before, but for others you can have a look at my blog post for more details and also in the screen shot below to see an example.. http://blog-money-wiki.com/blog/200...le-trick-to-insert-an-image-within-a-text.php If you have any question or comment, please write them here on DP and not on my blog's comments, since it will be more useful to the community here, for future readers.