Split a Line
Friday July 3, 2009
JavaScript can provide advanced text manipulation.
One problem with splitting text across multiple lines in JavaScript is how to avoid splitting the line in the middle of a word. This function will examine the line contents for you to most effectively split the text within your specified line length without splitting any words that are short enough to fit on one line.
Split a Line


No comments yet. Leave a Comment