Glow text in my forum  Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Glow text in my forum

    etisalat
    etisalat
    Forumember


    Male Posts : 85
    Reputation : 2
    Language : English , Arabic
    Location : Dubai

    Solved Glow text in my forum

    Post by etisalat Fri Mar 09, 2012 8:33 pm

    Hello, when i add this to my forum it doesn't work, even though it works here and in any other forum !
    hello

    Code:
    [blur]hello[/blur]
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Glow text in my forum

    Post by ankillien Sat Mar 10, 2012 7:02 am

    Hi,

    Try adding this code in Admin CP > Display > Colors > CSS...

    Code:
    .blur {
    display: inline-block;
    color: red !important;
    text-shadow: 0 0 6px #AAAAAA;
    }
    etisalat
    etisalat
    Forumember


    Male Posts : 85
    Reputation : 2
    Language : English , Arabic
    Location : Dubai

    Solved Re: Glow text in my forum

    Post by etisalat Sat Mar 10, 2012 8:48 am

    It gives me this
    Code:
    Detected error
    We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.

    We advise you to reread your code.
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Glow text in my forum

    Post by ankillien Sat Mar 10, 2012 8:52 am

    You must have added the code incorrectly. Remove it and try adding it again.
    Make sure you include both opening and closing curly braces.
    etisalat
    etisalat
    Forumember


    Male Posts : 85
    Reputation : 2
    Language : English , Arabic
    Location : Dubai

    Solved Re: Glow text in my forum

    Post by etisalat Sat Mar 10, 2012 9:02 am

    Still giving me the message, can you make sure that the code is correct ?

    Code:
    .blur {
    display: inline-block;
    color: red !important;
    text-shadow: 0 0 6px #AAAAAA;
    }
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Glow text in my forum

    Post by ankillien Sat Mar 10, 2012 9:05 am

    The code is correct and I have tried it. Try removing that code and see if the error is still there. If so, the problem is with other codes which are already there.
    etisalat
    etisalat
    Forumember


    Male Posts : 85
    Reputation : 2
    Language : English , Arabic
    Location : Dubai

    Solved Re: Glow text in my forum

    Post by etisalat Sat Mar 10, 2012 9:15 am

    How can i thank you ? Your just so helpful & patient !
    thanks alot it worked !
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Glow text in my forum

    Post by ankillien Sat Mar 10, 2012 9:29 am

    Topic Solved & Locked