I have a DIV container which used to display the text included by users. But, I have a problem when the users try to add long text without adding white-space(Ex: balalalalalalalala...) inside the text or that text is in Unicode character, so, it will display only one line overflow my DIV container.
I want that to add a break line automatically by itself. How to do that?
Thanks :)