Text Properties in Posts
I've deployed Vanilla 2.1.8p2.
I'm trying to add some color to some text in one of my posts like so:
<span style="color: red !important;">Here's my red text</span>
No joy. Not picking up the color. The !important was added when my first attempt failed.
What am I doing wrong?
0
Comments
I can do it on my forum (set for HTML) and here (set for Markdown) using this:
<font color="#cbeebc">test</font>
test
Here's my red text
If i remember it right, "style" has been abandoned because of security concerns
Thanks @whu606 & @R_J. The font tag is being recognized.
That's what I get for assuming that style would be the way to go ...