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
4 posters

    Question about Icons/Images on Usernames

    FrOsTyXi
    FrOsTyXi
    Forumember


    Male Posts : 460
    Reputation : 12
    Language : english

    Solved Question about Icons/Images on Usernames

    Post by FrOsTyXi January 19th 2015, 6:20 pm

    Hello, I was wondering can the image/icon be placed after the username? I have searched and can't seem to find anything about it, if there is a thread please link me.

    This is the CSS i would use for it to be before the username.
    Code:
    a[href*="/u"] span[style="color:#000000"] strong{background:url(http://i39.servimg.com/u/f39/18/83/30/50/psnbla11.png) no-repeat;padding-left:19px;padding-top:2px;font-weight:600!important}

    I have tried a few things to move it over but i'm just making a mess LOL


    Thanks in advance!
    avatar
    Fierce Star
    Forumember


    Male Posts : 110
    Reputation : 17
    Language : English
    Location : United States

    Solved Re: Question about Icons/Images on Usernames

    Post by Fierce Star January 19th 2015, 6:26 pm

    Try replacing your code with this one:
    Code:
    a[href*="/u"] span[style="color:#000000"] strong {
        background: url(http://i39.servimg.com/u/f39/18/83/30/50/psnbla11.png) no-repeat right;
        padding-right: 19px;
        padding-top: 2px;
        font-weight: 600 !important;
    }
    Ikerepc
    Ikerepc
    Active Poster


    Male Posts : 1186
    Reputation : 167
    Language : Who cares...
    Location : Where web help & support is needed

    Solved Re: Question about Icons/Images on Usernames

    Post by Ikerepc January 19th 2015, 6:31 pm

    This code should work:
    Code:
    a[href*="/u"] strong{background:url(http://i39.servimg.com/u/f39/18/83/30/50/psnbla11.png) no-repeat;background-position:right;padding-right:19px;padding-top:2px;font-weight:600!important;}
    FrOsTyXi
    FrOsTyXi
    Forumember


    Male Posts : 460
    Reputation : 12
    Language : english

    Solved Re: Question about Icons/Images on Usernames

    Post by FrOsTyXi January 19th 2015, 6:52 pm

    @Ikerepc thank you kindly!
    Ikerepc
    Ikerepc
    Active Poster


    Male Posts : 1186
    Reputation : 167
    Language : Who cares...
    Location : Where web help & support is needed

    Solved Re: Question about Icons/Images on Usernames

    Post by Ikerepc January 19th 2015, 7:35 pm

    you welcome Smile
    Base
    Base
    Forumaster


    Male Posts : 10383
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: Question about Icons/Images on Usernames

    Post by Base January 19th 2015, 8:04 pm

    Solved => Archived

      Current date/time is September 22nd 2024, 2:34 pm