Hi everyone, a little help please. 
I am trying to use html in the phrase manager to add color to text but it's not working, does the translation box in the phrase manager accept html? I'm using 4.1.10
I'm wanting to change the color of the word "Reported" so that it stands out on the forum. This is what I've tried so far but it just shows the html in the thread title:
Thanks.

I am trying to use html in the phrase manager to add color to text but it's not working, does the translation box in the phrase manager accept html? I'm using 4.1.10
I'm wanting to change the color of the word "Reported" so that it stands out on the forum. This is what I've tried so far but it just shows the html in the thread title:
Code:
<font color="red"><b>Reported: </b></font>$reportinfo[threadtitle] by $reportinfo[rusername] <span style="color:red;font-weight:bold">Reported: </span>$reportinfo[threadtitle] by $reportinfo[rusername]
Comment