![]() |
Sergey Kornilov admin 12/26/2006 |
Something like this will work: if ($value=="Normal") |
G
|
Gary.Beam author 12/26/2006 |
[quote name='admin' post='14087' date=Dec 26 2006, 02:15 PM]Something like this will work: |
J
|
Jane 12/27/2006 |
Gary, if ($value=="Normal") $value = "<table width=100% bgcolor=green><tr><td>" . $value . "</td></tr></table>"; else $value = "<table width=100% bgcolor=red><tr><td>" . $value . "</td></tr></table>"; |
G
|
Gary.Beam author 12/27/2006 |
[quote name='Jane' date='Dec 26 2006, 10:57 PM' post='14090'] |
![]() |
Sergey Kornilov admin 12/27/2006 |
Gary, |