Changing font color in Javascript
Could someone explain how to change the font of variable values. Here I have a variable but_word_1
and I want to set it with the value of but_word_2 but in gold color-- #FFD700
How do I add in the html for font color?
window.cpAPIInterface.setVariableValue("but_word_1", but_word_2);
