Hi all I am having troubles with long strings and table cells.
I have a 10-column table and one of the columns displays the primary key of a product. The PK is a very long string without spaces or breaks. The string overflows to the neighbouring cells and therefore becomes unreadable. Another column, printed with a long description, is nicely stretched vertically to accommodate because there are spaces between words. When constructing this table, I did not set column width and each column has each width. What I would like to see is that the PK gets wrapped to the next line within the column. Now: ---------+----------+---------- |1) PK-10237-AJD873H-d87CJC e| |--------+----------+---------- Desired: ---------+----------+---------- |1) |PK-10237-A|e | | |JD873H-d87| | | |CJC | | ---------+----------+---------- Thanks -- K --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]