
20 December 2007
CSS Text Wrapper is a new tool that helps you create the CSS required to wrap text into unusual shapes. It does this by creating a series of empty <div> tags that encompass the shape. Then, you simply copy and paste the code into your page and/or style sheet.
If you ever want to create text wrapped into different shapes, this is probably the quickest way of doing it!
PS: Bear in mind that the creation of many empty <divs> is not the most semantic use of a <div> tag and some people might say that you should not be using <div> tags in this way. Use in moderation would be my advice.