Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

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

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

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

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

    test

    Bleistivttoolsmythe
  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP
    edited February 2015

    Here's my red text

    <font color="red">Here's my red text</font>
    
  • R_JR_J Ex-Fanboy Munich Admin

    If i remember it right, "style" has been abandoned because of security concerns

    toolsmythe
  • 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.