>> The text will not wrap; The cell will expand with the text, despite the width being fixed to 80. <<
That is how tables work. If the content is longer than the width you have assigned, the cell will "stretch".
I agree with Webmonkey.. about the only thing you can do is artificially force a break. Your other alternative is to do away with such a static design.
Main Topics
Browse All Topics





by: WebmonkeyPosted on 2003-04-13 at 21:38:58ID: 8324545
Sorry to be the bearer of bad news, but the simple word wrapping will not facilitate this.
However, you could split the string up and dynamically enter some break tags in strategic places. It would be difficult, but I'm pretty sure that's as close as you are going to get.
HOPE THIS HELPS.