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.
Options

anyway to allowed type inline style by reply.

jeongweejeongwee Vanilla version 2.6 ✭✭
edited August 2013 in Vanilla 2.0 - 2.8

like i wanna write the words(font) with red color, how do i do that?

Best Answers

  • Options
    TamaTama United Kingdom ✭✭✭
    edited August 2013 Answer ✓

    Although it is discouraged <font color="">Text</font> Works with html.

    There was an error rendering this rich post.

Answers

  • Options
    TamaTama United Kingdom ✭✭✭
    edited August 2013 Answer ✓

    Although it is discouraged <font color="">Text</font> Works with html.

    There was an error rendering this rich post.

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP

    use cleditor editor it has buttons to put those in ....

    to manually put them in use span instead of font :

    <span style="color:red;">Your text goes here</span>

  • Options
    jeongweejeongwee Vanilla version 2.6 ✭✭

    Your text goes here

  • Options
    jeongweejeongwee Vanilla version 2.6 ✭✭
    edited August 2013

    i wonder why i cant type in-line style, coz i wrote wrong format.....

    span color="red" Your text goes here /span

    that is wat i wrote :/

  • Options
    jeongweejeongwee Vanilla version 2.6 ✭✭

    @vrijvlinder
    http://15min.cc/index.php?p=/categories/战队
    can u take a look why i cant change the font-size of the words "clan v587" .
    i tryed edit it with codes

    .ChildCategoryList h3 a {
        font-size:20px;
    }
    

    or

    .ChildCategoryList h3 {
        font-size:20px;
    }
    

    both failed.

  • Options
    jeongweejeongwee Vanilla version 2.6 ✭✭

    @vrijvlinder can u teach me how 2 fix this.
    i modifyed symbloeditor as country location editor.and i set default country as China flag,but when i go user profile ,my location is none selected.

  • Options
    jeongweejeongwee Vanilla version 2.6 ✭✭

    image

Sign In or Register to comment.