I would like to create a css layout like the following image:
http://i47.tinypic.com/34y4ewk.png
I’ve managed to get it sort of working but I cannot get the text next to the image as illustrated here http://jsfiddle.net/jVwf4/
Any advice on how to get the text next to the image?
Thank you
You need to flip the order of the
<p>and<img>tags and give the<img>tags thefloat: left;css attribute.http://jsfiddle.net/wG9uH/5/