I want to make something like this.
The problem is that I need the p to have an indentation and justify as alignment.
p
I could float the image to
img { float: left; margin: 0 20px 20px 0; } p { text-align: justify; text-indent: 2em; }
Here's the fiddle: http://jsfiddle.net/9VkQR/