I\'ve been using word-wrap: break-word to wrap text in divs and spans. However, it doesn\'t seem to work in table cells. I have a tabl
word-wrap: break-word
div
span
As mentioned, putting the text within div almost works. You just have to specify the width of the div, which is fortunate for layouts which are static.
width
This works on FF 3.6, IE 8, Chrome.