J
|
Jane 1/9/2008 |
Hi, if ($value == "SMV") $value = "<span class=details_green>".$value."</span>"; |
S
|
scottw 1/14/2008 |
Hi I'm trying to do the same thing as Scuba and was just wondering if you could change the color of the entire row? I tried to change the background of the row in visual editor, in a similar method to Scuba, but I cannot make it work consistently. |
J
|
Jane 1/14/2008 |
Hi, if($data["FieldName"]=="admin") { $row["rowstyle"]="style=\"background:red\""; } |
S
|
scottw 1/14/2008 |
Excellent, Thanks Jane! |