Jan 11
Sick of those straight lines that your text follows? Rounded corners can only do so much? Now, a new tool is here to help you out: CSS Text Wrap.
The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want. All you have to do is draw the left and right edges below and then copy the generated code to your website
On the flip side, you get a choice of inline HTML (below), XHTML with CSS classes, or JavaScript.
HTML:
-
-
style="float:left;clear:left;height:15px;width:4px">style="float:right;clear:right;height:15px;width:3px">style="float:left;clear:left;height:15px;width:13px">style="float:right;clear:right;height:15px;width:8px">style="float:left;clear:left;height:15px;width:22px">style="float:right;clear:right;height:15px;width:14px">style="float:left;clear:left;height:15px;width:30px">style="float:right;clear:right;height:15px;width:19px">
[via Ajaxian]

Recent Comments