Question about Icons/Images on Usernames
4 posters
Page 1 of 1
Question about Icons/Images on Usernames
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.
I have tried a few things to move it over but i'm just making a mess LOL
Thanks in advance!
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!
Re: Question about Icons/Images on Usernames
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;
}
Re: Question about Icons/Images on Usernames
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;}
Similar topics
» Simple question about images
» Male/Female small icons (profile images)
» Posting Tumblr Images of Tweets and Instagram causing my comments and Images to disappear
» like showing images in mobile version is possible to active the links in images
» Forum images change to Font Awesome images
» Male/Female small icons (profile images)
» Posting Tumblr Images of Tweets and Instagram causing my comments and Images to disappear
» like showing images in mobile version is possible to active the links in images
» Forum images change to Font Awesome images
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum