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?

Comments

  • I can do it on my forum (set for HTML) and here (set for Markdown) using this:

    <font color="#cbeebc">test</font>

    test

  • whu606whu606 MVP
    edited February 2015

    Here's my red text

    <font color="red">Here's my red text</font>
    
  • 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 ...

Sign In or Register to comment.