in reply to Re: CGI tables *runs*
in thread CGI tables *runs*
use CGI qw(:standard start_table end_table); print start_table; print Tr(td({-height=>'10', width=>'700', bgcolor=>'#BBCCEE'},h5('hi') +)); print Tr(td({-height=>'10', width=>'700', bgcolor=>'#BBCCEE'},"")); print end_table;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: CGI tables *runs*
by coldfingertips (Pilgrim) on Jun 24, 2003 at 17:41 UTC | |
by jeffa (Bishop) on Jun 24, 2003 at 18:27 UTC |