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