in reply to Re: Adding Style to a table.
in thread Adding Style to a table.
$THEAD = ' <-- .thead { font-size: 10pt; color: #99FF99; } -->'; $sth->execute (); print $query->header(); print $query->start_html (-title=>'Roster of Players', -style=>-code=>$THEAD); print $query->h1({-align=>'CENTER'}, font({-color=>'9933FF'}), '1990 M +NLIGHTNING ROSTER'); print $query->table({-ALIGN=>'CENTER', BOARDER=>'',-class=>'thead'}, Tr({-bgcolor=>'#9933FF', -valign=>'TOP'}, [ th({-width=>'150'}, 'COACHING').th({-width=>'150'}, 'STAFF'), ] ) );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Adding Style to a table.
by tachyon (Chancellor) on Dec 26, 2001 at 11:00 UTC |