|
Will you ever actually have text in there that does not have a space in it? The lack of spaces is causing the run-out. To scroll the content or chop it, repectively, try setting the TD's style to "overflow: scroll" or "overflow: hidden"
Or just make the table width to be automatic, so the page with scroll to the size of the content.
Most non-breaking strings of text that long will break a site, but it looks like this forum puts a space in automatically. You could code that as well.
|