I have a Dynamic String with no Spaces
i.e: 12345678912345678912345634589 // This is a dynamic content from php.
And i have a DIV with 200px width So this String is going out of the DIV if there is no spaces in the String. How can i fix it? I want this string started from New Line when it reaches the width limit of 200px.
I have also made a JsFiddle DEMO :