This topic is locked

Change Font color programatically

2/24/2009 10:04:40 AM
PHPRunner General questions
vin7102 author

I've used this tip to change background color but how can I modify to just change font color and leave background color as is

global $record;

$record["FieldName_style"]='style="background:red"';