I have a long block of continuous text that stretches past the end of a fixed width table cell. I would like the text broken up across multiple lines, ie:
word-wrap: break-word;
But I can't figure out how to do it. Is there a way, or do I need write code that will break up these text chunks by automatically inserting spaces in the middle of them?
word-wrap: break-word;
But I can't figure out how to do it. Is there a way, or do I need write code that will break up these text chunks by automatically inserting spaces in the middle of them?