I have a HTML <table> with multiple cols. How do I ensure that the given cell/col width is respected in any case ? That is to say that if I give a cell a width of 100px and if the text content is long (exceeds 100 chars without any spaces), the text content should respect the 100px width and wrap to next line..
I have already tried using word-wrap:break-word. But that does not work.
Please help me. Thank you.