Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Another CSS Challange! Re: Another CSS Challange!

#96772

I have taken a slightly different approach; using lettering.js to wrap each character in a span so that it doesn’t matter where the line breaks, it just works. Here is an example: http://jsfiddle.net/joshnh/NM7SZ/

The downside is you have to use jQuery, the upside is that you can just write everything as you normally would, no having to work out where lines break and so on (which is impossible in a fluid environment anyway).