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 in advance
A function comes to mind:
sub wrap_it {
$td = shift;
return "<font color='red'>".$td."</font>";
}
But if you can show some code, it might become apparent why another approach
is more attractive.
David
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]