thats is pure HTML code... i know!

i want to do it the CGI way!

aint there a -width => 150 switch i can set?


martin


On Thu, 31 Jan 2002, Darryl Schnell wrote:

> I usually do <TD WIDTH='60'> or <TD WIDTH='60%'> please note that both are different 
>lengths of the screen.
>
>
> Darryl
>
> -----Original Message-----
> From: Martin A. Hansen [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 31, 2002 7:47 AM
> To: [EMAIL PROTECTED]
> Subject: width of table cells and CGI ???
>
>
>
>
> 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]
>
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to