Odp: cgi text color in tables

2003-01-20 Thread Skorpion
finally i made the code work for me :) - thanks for inspiration - i own you a code - hope you can do it easiest way - i am just begginer - so it's likely the simplest way to achive the same result the code was: $sth->prepare(SELECT * FROM table); $sth->execute; $ref = $sth->fetchall_arrayref; pri

Re: cgi text color in tables

2003-01-19 Thread Dave K
Greg, Show some code, if you can. > i am using references in > table rows - it's better for me to highlight row by bgcolor avoiding Why would references be a problem? > additional loops - but maybe any idea how to quick change text color for a > row that's defined as reference to table - thanks i

Odp: cgi text color in tables

2003-01-19 Thread Skorpion
in advance greg - Original Message - From: Craig Dean <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 19, 2003 5:52 PM Subject: Re: cgi text color in tables > On Saturday 18 January 2003 06:01 pm, you wrote: > > > > i can't change the text color in a

Re: cgi text color in tables

2003-01-19 Thread Craig Dean
On Saturday 18 January 2003 06:01 pm, you wrote: > > > i can't change the text color in a single row of table (even in all > > table) > > > > sincerely greg > > > > this is an html specification. To affect data or text in the cells each > > cell > > > must be formatted with the desired attributes.

Re: cgi text color in tables

2003-01-18 Thread Dave K
> > i can't change the text color in a single row of table (even in all table) > > sincerely greg > this is an html specification. To affect data or text in the cells each cell > must be formatted with the desired attributes. > Check W3C HTML 4.01 spec. You can mix in standard html pretty much a

Re: cgi text color in tables

2003-01-18 Thread Craig Dean
On Saturday 18 January 2003 08:05 am, you wrote: > i can't change the text color in a single row of table (even in all table) > i can use html tags it works fine than, but while using shortcuts there's > no result at all > > statement > start_html({-text=>'green', -bgcolor=>'red'}) - works fin

cgi text color in tables

2003-01-18 Thread Skorpion
i can't change the text color in a single row of table (even in all table) i can use html tags it works fine than, but while using shortcuts there's no result at all statement start_html({-text=>'green', -bgcolor=>'red'}) - works fine but in stetment table({-bgcolor=>'purple', -text=>'ye