in reply to td() and Tr() inCGI.pm
print table( Tr( [ td(['First Name:', textfield(-name=>"first_name", -maxle +ngth=>25, -size=>12), 'Last Name:' , textfield(-name=>"last_name", -maxl +ength=>25, -size=>12) ]), join(' ', td('Address'), td({ -colspan=>2}, textarea(-na +me=>"address", -rows=>10, -columns=>50))), ] ) );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: td() and Tr() inCGI.pm
by thunders (Priest) on Nov 26, 2001 at 07:28 UTC | |
by virtualsue (Vicar) on Nov 26, 2001 at 15:28 UTC |