SyntaxFix
Write A Post
Hire A Developer
Questions
In order to use word-wrap: break-word, you need to set a width (in px). For example:
word-wrap: break-word
div { width: 250px; word-wrap: break-word; }
word-wrap is a CSS3 property, but it should work in all browsers, including IE 5.5-9.