Today I'm going to talk about a rarely used but extremely useful CSS property, the word-wrap. You can force long (unbroken) text to wrap in a new line by specifying break-word with the word-wrap property. For example, you can use it to prevent text extending out the box and breaking the layout. This commonly happens when you have a long URL in the sidebar or comment list. Word-wrap is supported in IE 5.5+, Firefox 3.5+, and WebKit browsers such as Chrome and Safari.
CSS: Word-Wrap Property (view demo)
You can specify either normal or break-word value with the word-wrap property. Normal means the text will extend the boundaries of the box. Break-word means the text will wrap to next line.
.break-word {
word-wrap: break-word;
}

Thanks for ones marvelous posting! I quite enjoyed reading it, you’re a great author.I will remember to bookmark your blog and will eventually come back in the future. I want to encourage you to continue your great posts, have a nice evening!
Great post!
Searched every where but found here!
Thanks
Excellent post man!
Thanks for sharing keep it up.
Ӏt’s really very difficult in this active life to listen news on TV, so I just use the web for that purpose, and obtain the newest news.
Feel free to visit my web site – free chat with Skype girl
May we put “-” when it breaks a word?
like
=> thisisalongw-
ord
Thank you.