Changing the color of text in a label

<html>Q: I need help. <br> <COLOR>A: Yes you do.

Note. color=“red”. The board keeps kicking the =“red” out of my post.

Doesn’t work. Any way to achieve my goal here within one label?

I know the html is limited but I was able to pull this off:

"<html><center> External <br> Alarm <br>" + if ({Root Container.External Alarm.External_Alarm}, "activated", "silent")

You bet - the problem is that isn’t an HTML tag.

Try something like this:

<HTML>Q: I need help. <br> <FONT COLOR="red">A: you were close.</FONT>

Thanks. Gonna have to dust off the HTML book. Half the problem is the nut that is loose on my keyboard.