just a quick question.. i've got a table that is created with strings of various lengths in each cell.. unfortunately some of the strings are long and end up either stretching a column incredibly wide with white-space:nowrap; or keeping the column's width small and ending up with about 30 lines in the row with wrapping. What i would like to do is either have the column wrapped at a certain length or to only break lines on a certain character, namely "|".. i'm thinking this is going to end up boiling down to me just having to set column widths individually but i thought i would come and see if anyone here had any ideas