in reply to CGI Table?
Hi,
I hope you are looking for CGI from CPAN.
Now answer to your question.
you can pass a hash {width=>'20px'} to each call to td so that those attributes will be in the generated TD tags.
push (@rows, Tr (td ({width=>'20px'},\@cells),(td ( {width=>'20px'},\@ +cells2)))); print $q->table ({-border => 3, width=> 550}, @rows) . br ( );
Cheers !
--VC
|
|---|