How to write a function that can cut a string with HTML tags to an N-length string without breaking HTML tags while doing it.
The returned string doesn\'t need to b
When I encountered such problem (for RSS feed) I just called strip_tags before cutting my string.