Fixed cell width in tables
-
Hi, Is it somehow possible to force the width of a table column be fixed (in HTML) no matter how huge the cell content might be? For example in the example below, the width of the table increases if I insert a very long string with no spaces to it. So is it possible to force the text to be wrapped eventhough there's no spaces in it? page
-Jussi
-
Hi, Is it somehow possible to force the width of a table column be fixed (in HTML) no matter how huge the cell content might be? For example in the example below, the width of the table increases if I insert a very long string with no spaces to it. So is it possible to force the text to be wrapped eventhough there's no spaces in it? page
-Jussi
Hi there, Try the following: JussiL wrote:_
STYLE="word-wrap:break-word;">
_Hope this helps, Andy
-
Hi there, Try the following: JussiL wrote:_
STYLE="word-wrap:break-word;">
_Hope this helps, Andy