/
Ooops....it read HTML...
Replace < and > to open and close font tags
/
/*
$positive_condition = + (or positive change in price)
$negative_condition = - (or negative change in price)
*/
if($positive_condition)
{
echo "FONT COLOR=GREEN";
}
if($negative_condition)
{
echo "FONT COLOR=RED";
}
echo "(Value variable Here)";
/
I would really need to see some more code to specifically address your issue, but this might help.....🙂 Best of luck.
/