I’m using a YUI rich text editor in my project. it works fine for me, but I’m facing an issue. It doesn’t break lines automatically when writing one big word as shown in the image.
I’m using a YUI rich text editor in my project. it works fine for
Share
You can use the CSS 3 property
word-wrap:Supported by IE 5.5+, Firefox 3.5+, Chrome 1.0+, Opera 10.5+, Safari 1.0+.
Alternatively, you can wrap everything in a
<wbr>tag, although it’s not supported by Opera.