Hello,
I need to change both the text and the backround colour in a HTML field using a calculation so far I can do them separately so each piece of HTML works but I need to combine the 2 into 1.
Backround with
’
<html><table width="100%"><tr bgcolor="' + c + '"><td td height= "25"> </td></tr><table></html>'
Font With
'<html><font color="' + f + '">' + e + '</font></html>';
Thanks In advance.