in reply to change font size in table rows using cgi
Hi, Good Morning. Here is my suggestion.
print table({-border=>2, -style=>'Font-Size: 25pt;'}, Tr({-align=>CENTER,-valign=>TOP}, [ th({-bgcolor=>'#f9f3c6', -style=>'Font-Size: 35pt;'},['t +ext', 'text','text','text']), td(['text', 'text','text','text']), td(['text', 'text','text','text']), ]) );
Give "-style" in the required row or field. I think it will help you.
Regards,
Velusamy R.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: change font size in table rows using cgi
by dorward (Curate) on Sep 19, 2005 at 14:00 UTC |