Or wrapping that is. I just had reason to look into this with run away non-wrapping URLs in a twitter feed. Turns out the solution is simple in CSS. Simply apply
word-wrap: break-word;
to the DIV containing the offending line and problem solved. Nice.
Feb
19
2015
Feb
12
2015
Time for another great Mac app: Meteo. It puts the current weather and a forecast for the next several days in your Mac menu bar. Simply put, this thing is awesome, I use it daily. And it’s free. Win-win! Check it out.
Feb
10
2015
Working on a new site, I was wanting a lined, or striped background. It’s a simple thing to do with an image, and you can keep the image small so the impact on load time is negligible, but I wondered could you do the same thing with CSS? more »
Feb
08
2015
Just a quick hat tip to Bennett McElwee and his excellent WP plugin Code Markup. It greatly simplifies posting code snippets in WP without needing to convert all those tags to escaped characters.