sara2005 has asked for the wisdom of the Perl Monks concerning the following question:
I need to change the font size (make it bigger than the default) in a table that i generate using CGI.
when i did a search, i found that if i add -class=>'size...', i can change the font but it doesn't seem to work..
Below is the code.. Can someone tell me what the correct format is? I am not able to get the format and option for table in cgi.pm module in cpan.org. Can someone point me to the tutorial location? Thanks Sara
Tr({-align=>CENTER,-valign=>TOP }, [ th({-bgcolor=>'#f9f3c6', -class=>'sizetwo'},['text', 'te +xt','text','text']), td({-class=>'sizetwo'}, },['text', 'text','text','text'] +), td({-class=>'sizetwo'}, },['text', 'text','text','text'] +), ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: change font size in table rows using cgi
by CountZero (Bishop) on Sep 18, 2005 at 20:51 UTC | |
|
Re: change font size in table rows using cgi
by Samy_rio (Vicar) on Sep 19, 2005 at 01:09 UTC | |
by dorward (Curate) on Sep 19, 2005 at 14:00 UTC | |
|
Re: change font size in table rows using cgi
by monarch (Priest) on Sep 18, 2005 at 23:00 UTC |