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

Odp: cgi text color in tables

2003-01-19 Thread Skorpion
thanks for info - i figured out it won't be easy - i am using references in table rows - it's better for me to highlight row by bgcolor avoiding additional loops - but maybe any idea how to quick change text color for a row that's defined as reference to table - thanks in advance greg - Origin