PDA

View Full Version : Css question


mikesafl
05-19-2013, 02:28 PM
In my additional css i have this code
.admin {
color: #FF0000;
font-weight: bold;
text-shadow: 0px 0px 13px #FF0000;
}
To make my usernames glow, how would i add a picture to show on the end of the name
Thanks in advance

skol
05-19-2013, 06:13 PM
Username HTML Markup/usergroups..In the left box place your <img src="" /> html in that box and save.

ForceHSS
05-19-2013, 06:18 PM
admincp/Usergroups/Usergroup Manager
edit user group admin in Username HTML Markup in the first box put
<span style="color:yellow;font-weight:bold;text-shadow: 1px 1px 10px yellow;">
in the 2nd box put
</span>
if you want to also change title either edit a member or in the same place above in User Title add
<span style="color:gold;font-weight:bold;text-shadow: 1px 1px 10px red;">Administrators</span>

mikesafl
05-19-2013, 07:04 PM
Username HTML Markup/usergroups..In the left box place your <img src="" /> html in that box and save.

When i do that it removes the style from the text

--------------- Added 1368993945 at 1368993945 ---------------

admincp/Usergroups/Usergroup Manager
edit user group admin in Username HTML Markup in the first box put
<span style="color:yellow;font-weight:bold;text-shadow: 1px 1px 10px yellow;">
in the 2nd box put
</span>
if you want to also change title either edit a member or in the same place above in User Title add
<span style="color:gold;font-weight:bold;text-shadow: 1px 1px 10px red;">Administrators</span>

The way i have it is in additional css i have that code and then in html markup for admins i have <span class="admin"> but when i try to add img src before that code it doesnt work right it removes the text effect, so im trying to figure out how to add img src to the css code

ForceHSS
05-19-2013, 07:10 PM
add the above code into usergroups only the code you are putting into the additional css is not needed you only need to find the code for the picture

mikesafl
05-19-2013, 07:57 PM
Ok hold on and ill remove the additional and put that code into html mark up