I have been looking around for a decent and fast solution on how to place a paragraph of text inside a circle. I found there are two solutions.
Solution 1
Float multiple div's of the same height as the text to the left an right of the text, and by changing the divs width you adjust the space left over for the text.
Solution 2
Use the generator for the same thing, http://www.csstextwrap.com/index.php.
BONUS (not part of the problem, just a tip)
I am not looking for this, but maybe someone might need it, and I think its nice to have it as a link > http://csswarp.eleqtriq.com/ Its a web based generator that helps you wrap your text around the circle.
The Question?
Is there a simpler solution to putting paragraph of text inside a circle without having to add floating div's and additional markup. Slapping an image that contains that text is not a solution. The best case scenario, the solution would have clean HTML markup with few tweaks in the CSS.