Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Is there an easy way to make negative numbers show up as a differant color on the list page?ThanksD
Hi,you can do it using Custom view format on the LIST page.Proceed to the Visual Editor tab, double click on your field, select Custom on the "View as" settings dialog and add your code.Here is a sample:
if ($value<0) $value="<font color=red>".$value."</font>";