Thread: tables problem
View Single Post
Old 08-03-2005, 05:07 PM   #2 (permalink)
stainofmind
Junior Member
 
Join Date: Jul 2005
Posts: 26
Default

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.
stainofmind is offline   Reply With Quote
Sponsored Links