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.
The forum of the forums
3 posters

    Crown Next to user name

    avatar
    Arther
    New Member


    Posts : 9
    Reputation : 2
    Language : english

    Solved Crown Next to user name

    Post by Arther February 3rd 2012, 8:09 am

    How do I get a crown next to my username? Here is the image of the crown: Crown Next to user name Billio10

    Here is the code I have been trying to use:

    Code:
    /* Administrators */

    .name strong a[href="/u#"]{
    padding-left: 19px;
    background: url(http://i44.servimg.com/u/f44/16/64/53/16/billio10.png) no-repeat left;}

    #chatbox_members a[href="/u#"]{
    padding-left: 19px;
    background: url(http://i44.servimg.com/u/f44/16/64/53/16/billio10.png) no-repeat left;}

    .gensmall a[href="/u#"]{
    padding-left: 19px;
    background: url(http://i44.servimg.com/u/f44/16/64/53/16/billio10.png) no-repeat left;}
    /* End Administrators */

    For some reason it is not working.

    Please help,

    Arther


    Last edited by Arther on February 3rd 2012, 8:29 am; edited 1 time in total
    Stephen-
    Stephen-
    Hyperactive


    Male Posts : 2542
    Reputation : 326
    Language :

    Solved Re: Crown Next to user name

    Post by Stephen- February 3rd 2012, 8:11 am

    Hello,

    Can you try this:

    For only posts (not including home page):

    Code:
    .name strong a[href="/u#"]{
        padding-left: 13px;
        background: url(imagedirectlink) no-repeat left;}

    For the chatbox:
    Code:
    #chatbox_members a[href="/u#"]{
        padding-left: 13px;
        background: url(imagedirectlink) no-repeat left;}

    And also please make sure that you change the # to the number of the user example is 1 that is the founder.
    avatar
    Arther
    New Member


    Posts : 9
    Reputation : 2
    Language : english

    Solved Re: Crown Next to user name

    Post by Arther February 3rd 2012, 8:24 am

    Thanks! I was forgetting to change the "#" to the number of users.

    -Arther
    Stephen-
    Stephen-
    Hyperactive


    Male Posts : 2542
    Reputation : 326
    Language :

    Solved Re: Crown Next to user name

    Post by Stephen- February 3rd 2012, 9:02 am

    Glad i could Help... Smile
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Crown Next to user name

    Post by Sanket February 3rd 2012, 9:37 am

    Topic Solved & Locked

      Current date/time is September 23rd 2024, 3:36 am