Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8394
    phaidra.ruck
    Member

    Hi there,

    I have the following showing up under comments, I can’t find it in the editor.

    You may use these HTML tags and attributes: <abbr title=””> <acronym title=””> <b>

    <cite> <i> <q cite=""> <strike>

    .form-allowed-tags { display: none; }

    site:

    http://ubcesa.ca/

    THANK YOU FOR THE HELP!

    <3 LOVE THIS THEME <3

    #8426
    Sakin
    Keymaster

    @phaidra.ruck: I see that you have added .form-allowed-tags { display: none; } in your homepage. Please remove that. Then add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide that.
    .form-allowed-tags { display: none; }

    #8470
    phaidra.ruck
    Member

    Hi Sakin

    I do not see the script above in the homepage when I press ‘text’. It’s on a bunch of pages after the comment box. I’m not sure where in the .php files the script is to delete, or replace. If you can give me a few other details that would be a big help!

    #8486
    Sakin
    Keymaster

    @phaidra.ruck: You just need to login to your Site WordPress and then go to
    “Appearance => Theme Options => Custom CSS” and add the following css there.
    .form-allowed-tags { display: none; }

    #8531
    phaidra.ruck
    Member

    Thank you so much Sakin!! That was completely obvious the second time you posted, I have no idea why I was stuck the first time! Thanks again -P

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘HTML tags and attributes: errors showing’ is closed to new replies.