Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: CGI Table?

by atemon (Chaplain)
on Oct 12, 2007 at 07:50 UTC ( [id://644399]=note: print w/replies, xml ) Need Help??


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



There are three sides to any argument.....
your side, my side and the right side.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://644399]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-29 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found