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.

Image before username in chatbox in message

2 posters

Go down

Image before username in chatbox in message Empty Image before username in chatbox in message

Post by Ajax April 24th 2012, 6:44 am

Okay, I want to basically add a small image before the rank of the user in the chatbox, even when the message is sent. Anyone know how? Thanks.
avatar
Ajax
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Image before username in chatbox in message Empty Re: Image before username in chatbox in message

Post by Ajax April 24th 2012, 8:04 pm

bump*
avatar
Ajax
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Image before username in chatbox in message Empty Re: Image before username in chatbox in message

Post by Guest April 24th 2012, 8:15 pm

Hi!

Add to CSS Stylesheet:
Code:
#chatbox p span.user-msg span.user a[href="/u1"]{
    background: url("http://2img.net/i/fa/admin/couronne.png") no-repeat;
    padding-left: 19px;
    padding-top: 2px;
}
This code will add a crown for only your username.

Code:
#chatbox p span.user-msg span.user a{
    background: url("http://2img.net/i/fa/admin/couronne.png") no-repeat;
    padding-left: 19px;
    padding-top: 2px;
}
This code will add a crown for all users.

For all codes:
https://2img.net/i/fa/admin/couronne.png - this is the link of the image you want to add before username.
P.S. Don't use big images.
avatar
Guest
Guest


Back to top Go down

Image before username in chatbox in message Empty Re: Image before username in chatbox in message

Post by Sir Chivas™ April 24th 2012, 8:46 pm

Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Back to top

- Similar topics

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