All you need to do is set the width of that table/cell/column, then the text should wrap. I personally only do tabless construction. I dictate areas with CSS.
"WIDTH=x (pixels or "%") may control the span of a table across the browser window. A pixel value is absolute...if the user narrows the browser window, the table will slide off to the right. A percentage value will cause the table to consume that portion of the width, regardless of window size, and will wrap text in cells to suit. If needed, think about these and specify carefully."
Hope that helps.
|