Hi there..
I got a part of my website where I want to display a preview of a long story.
For example the first 40 words should be there, but a sentence should not be "broken"
So the maximum should be 40 words.
I can substr() to a number of characters.. but how to manage my problem as told above?
_j