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.

Question about Icons/Images on Usernames

4 posters

Go down

Solved Question about Icons/Images on Usernames

Post by FrOsTyXi Mon 19 Jan 2015 - 18:20

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!
FrOsTyXi
FrOsTyXi
Forumember

Male Posts : 460
Reputation : 12
Language : english

http://team-psn.forum-board.net/

Back to top Go down

Solved Re: Question about Icons/Images on Usernames

Post by Fierce Star Mon 19 Jan 2015 - 18:26

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;
}
avatar
Fierce Star
Forumember

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

http://inactivesite.onlyhelpwithothersnow.com

Back to top Go down

Solved Re: Question about Icons/Images on Usernames

Post by Ikerepc Mon 19 Jan 2015 - 18:31

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;}
Ikerepc
Ikerepc
Active Poster

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

http://admins.forumotion.com

Back to top Go down

Solved Re: Question about Icons/Images on Usernames

Post by FrOsTyXi Mon 19 Jan 2015 - 18:52

@Ikerepc thank you kindly!
FrOsTyXi
FrOsTyXi
Forumember

Male Posts : 460
Reputation : 12
Language : english

http://team-psn.forum-board.net/

Back to top Go down

Solved Re: Question about Icons/Images on Usernames

Post by Ikerepc Mon 19 Jan 2015 - 19:35

you welcome Smile
Ikerepc
Ikerepc
Active Poster

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

http://admins.forumotion.com

Back to top Go down

Solved Re: Question about Icons/Images on Usernames

Post by Base Mon 19 Jan 2015 - 20:04

Solved => Archived
Base
Base
Forumaster

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

http://forumotionhub.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum