I need to change the font color.
I have the following:
var clr=\"green\"; \' + onlineff + \'
Html code
Colored By Santa
javascript code
document.getElementById("coloredBy").style.color = colorCode; // red or #ffffff
I think this is very easy to use