Betclever Well-known member Mar 1, 2015 #1 Hello all, I have seen on a forum some icons 36x36 near the username on the sidebar "member online". How can I add my png file please cause I want to add some icons near some usernames? Thanks.
Hello all, I have seen on a forum some icons 36x36 near the username on the sidebar "member online". How can I add my png file please cause I want to add some icons near some usernames? Thanks.
Betclever Well-known member Mar 1, 2015 #2 Found. FYI: Code: .username .style3 { background:url(path to your url) 0% 0 no-repeat scroll transparent; color:red; font-size:13px; font-weight:bold; padding-left:20px; } style3 corresponds to admin by def. Upvote 0 Downvote
Found. FYI: Code: .username .style3 { background:url(path to your url) 0% 0 no-repeat scroll transparent; color:red; font-size:13px; font-weight:bold; padding-left:20px; } style3 corresponds to admin by def.