hi i am playing with CGI and tables how do i set the width of a cell? my $embeddedtable = table({-border => 0}, Tr[ td(['Title', $title]), td(['First Name', $firstname]), td(['Last Name', $lastname]), td(['E-mail', $email]), td([$submit, $reset]), ] ); martin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- RE: width of table cells and CGI ??? Martin A. Hansen
- RE: width of table cells and CGI ??? Darryl Schnell
- RE: width of table cells and CGI ??? Martin A. Hansen
- Re: width of table cells and CGI ??? Briac Pilpré