Hi,
I have a problem with text wrapping within a td that and I can't seem to find a solution in any of the posts here.
The text that I need to put into the td can potentially be long with no whitespace. Sometimes it may have whitespace and sometimes not, there's no way of knowing in advance. If it has no whitespace then it pushes the td width out for the full width of the text which breaks my site.
I have found the CSS attribute "table-layout: fixed" and have used it on the outer table of my site so the overall site doesn't break, but it doesn't work on the td in the inner table that contains the text. So that td still gets pushed out until it reaches the edge of the site when the remainder of the text just disappears and there's no scroll bar to use either.
Does anyone know of a way to tell a browser to wrap the text at the specified width of the td regardless of whether there's any whitespace? I'd rather not resort to fiddling with the text in a script, but just let the browser do it.
Debbie-Leigh