my text is exceeding my div I use keyup to retrieve data from textarea to div. but my text is exceeding my div! In this image my text is exceeding from my div but the exceeding text must be in next line. link is given bellow.
Asked
Active
Viewed 39 times
-1
-
possible dupe of http://stackoverflow.com/questions/1470810/wrapping-long-text-in-css and http://stackoverflow.com/questions/1638223/is-there-a-way-to-word-wrap-text-in-a-div – kapa Jul 03 '14 at 09:19
1 Answers
-1
Your jjjj[...]kkkk[...]LLL
is only one word and this is why your text exceed your div.
use css property overflow: hidden;
and dont use words with 9898374297 characters.

Rémi Delhaye
- 794
- 3
- 16