I have a table which I put php data from a database.
If i have a name 'thisisaveryverylongfirstname' the table stetches to fit
the name. Is there any way I can force it to wrap to a fixed width of
100px??
If I put a space in <BR> the text wraps. How can I do this at character 30
of the string?