ok I am using the following to change the background colour of a cell onmy list page based in the contents of the cell
if($data["tsw_activity"]=="1") $record["tsw_activity_css"]='background:green;'; ELSE if($data["tsw_activity"]=="2") $record["tsw_activity_css"]='background:orange;'; ELSE if($data["tsw_activity"]=="3") $record["tsw_activity_css"]='background:red;';
I have noticed however if I put the page into spreadsheet mode then the colouring does not work.....is there a way to do it?
Thanks
Kenny