when we have a long text without any spaces in a td, the text is not being wrapped and expands the td width. We could find a fix for IE but the same is not working for Mozilla. using a style like below:
<td style="word-break:break-all;">
It works fine with IE but is not supported by Mozilla 5.0 so has not solved the problem.
Please let me know if there are other possible solutions.Don't x-post; see JavaScript forum.
<td style="word-break:break-all;">
It works fine with IE but is not supported by Mozilla 5.0 so has not solved the problem.
Please let me know if there are other possible solutions.Don't x-post; see JavaScript forum.