Hi, this is really an HTML question but I don't know of any HTML forums like PHPBuilder for PHP and I am looking for a solution to this problem for one of my PHP projects so I guess I hope you'll feel like helping out anyway.
I have a PHP form that, according to user-submitted inputs, spits out a table with text values. Because this table has to be printed and MUST fit into one page and MUST keep a definite width (overall and of the single colums) I would like to know if you know about way to tell the table not to get bigger or to tell the table's colums not to get wider even if the text is too long... in other words, if a word is longer than the table width I want the word to be wrapped with a "-" sign, as opposed to push the column out and make it wider, which changes the entire table's aspect. I hope I made myself clear. Thanks.