jck has asked for the wisdom of the Perl Monks concerning the following question:
i tried:
which gave me the error: "syntax error at tableedit.pl line 147, near "250px""print table( col({-width=>250px}), col({-width=>150px}), Tr([ td(['first column','second column']) ]) );
obviously, i can pull out the table starting tag, and just print the column width specifications in regular html, but if there's a way to do it with CGI, i'd love to use it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI table column widths
by jck (Scribe) on Dec 25, 2009 at 03:27 UTC |