May 2009
M T W T F S S
« Mar   Sep »
 123
45678910
11121314151617
18192021222324
25262728293031

Word wrapping, JavaScript vs CSS

Here’s the scenario: You have some content that you’re pulling from a database. It’s user-generated, so you have no guarantee that it makes sense. That means that people could fill up all the allowed characters without entering any spaces, insert quotation marks and apostrophes, and anything else. Now, you want to display this data in, [...]