Hello all,
I use the following css script:
td { word-wrap:break-word;
}
Now each word will be broke, even if there are no white spaces. In IE no problems, but in mozilla doesnt work. Does anyone knows why? The width of the TD will be exceeded big time.
Thanks


