I'm constructing a page full of nested tables using CGI. One of my cells is being given an array reference. This results in multiple cells lining up side by side. How can I get them to stack on top of each other?
Once I do that, how can I limit the cell width, and make the text wrap? I've tried:
$data .= $cgi->start_table({-width=>200});
But it isn't working.
Thanks!
In reply to CGI table problems by rashley
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |