How can wrap a single word in HTML? or can I control it by CSS?
In the actual design, the width of the cell is 200px. If the user types continuously, without spacing, the word should wrap within the 200px limit. (Like "WORD WRAP" in notepad, excel etc.,)
I tried the style in cell "word-break: break-all". But it works only in IE.
I want it should work in FireFox also.
Can you tell me any other way is therr for word wrapping?