Upper-case links (CSS code). 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

    Upper-case links (CSS code).

    zaichik.
    zaichik.
    Forumember


    Female Posts : 28
    Reputation : 0
    Language : Lithuanian

    Solved Upper-case links (CSS code).

    Post by zaichik. September 21st 2011, 9:31 am

    Hello, I need a little help.

    In this forum ALL links is upper-case.
    http://newera.rpgwars.net/

    Can you tell me how can I do it for my forum too?
    http://unicorn.do-forum.com/

    Please, tell me. Sad
    ankillien
    ankillien
    Energetic


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

    Solved Re: Upper-case links (CSS code).

    Post by ankillien September 21st 2011, 9:43 am

    Hi,

    You can do it by adding the following code in Admin CP > Display > Colors > CSS

    Code:
    a:link {
    text-transform: uppercase;
    }
    zaichik.
    zaichik.
    Forumember


    Female Posts : 28
    Reputation : 0
    Language : Lithuanian

    Solved Re: Upper-case links (CSS code).

    Post by zaichik. September 21st 2011, 4:06 pm

    Thank you sooooo much! : ))
    ankillien
    ankillien
    Energetic


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

    Solved Re: Upper-case links (CSS code).

    Post by ankillien September 21st 2011, 4:22 pm

    Glad I could help Very Happy

    Topic Solved