hi

how can i control the width of each column or cell in my table?

i dont exactly know what the following width switch does?

print table({-border => 0, -width => '100%'},
         Tr[
           td({ width => 75 }, ['', $headline,      '']),
           td(                 ['', $hr,            '']),
           td(                 ['', $subheadline,   '']),
           td(                 ['', $embeddedtable, '']),
           td(                 ['', $hr,            '']),
         ]
   );

and by the way. where can i find more description on CGI functions
and especially the switches?

regards

-martin


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

Reply via email to