How to wrap a text around a centered (round) image like this:
I
I don't think it's possible since it relies on float
and you can't float to the middle/center of the page.
Here's what I came up with: [old fiddle]/5Lxc444p/8/
If you put the width
style on the actual circle it works better than on a parent div
.
Also, here's a good writeup on css shapes: http://www.html5rocks.com/en/tutorials/shapes/getting-started/
EDIT:
Here's an updated fiddle for the 2 column layout with absolute positioned circle. http://jsfiddle.net/5Lxc444p/11/