I\'m using the below code for wrapping long text, entered by users in a text area for commenting:
function addNewlines(comments) { var result = \'\'; while (
I use this css code for displaying in Torch browser and it works
I've tried word-wrap:break-word;overflow:ellipsis;....etc, but didn't work.
word-wrap:break-word;overflow:ellipsis;
#xxx{ width: 750px; word-break: break-word; }