word wrap - Format long text string using css -


I have the logon string that does not fit in the table cell. Actually the string is a single word.

Is it possible to use CSS to wrap only such a long word?

I have:

  | Klasdflksadjflsadkfj; Lasdkfj; Lsdkfjldskfjlsadkfj; Lsdkfjklsajdf |   

I want to:

  | Klasdflksadjflsadkfj; Lasdkfj; Lsd | | KFJલ્ડSkFZsFood; Lsdkfjklsajdf |    

You need it:

  Wrap: For cross-browser solution, you have to convert text (with Javascript) into the cell and add some brakes; In CSS3; Break-word   



Comments