Color of the link font |
10/25/2008 11:38:00 AM |
PHPRunner General questions | |
V
vytb author
We had an unfinished exchange about changing link font color depending on the value in a field: |
|
J
|
Jane 10/28/2008 |
Hi, $row["customstyle"] = "class=customlink";
{BEGIN TableName_dtable_link} <A {$TableName_dtablelink_attrs} {$customstyle}>TableName{BEGIN TableName_childcount}({$TableName_childnumber}) {END TableName_childcount}</A> {END TableName_dtable_link} |