Quote:
Originally Posted by skol
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 [DATE]1368993945[/DATE] at [TIME]1368993945[/TIME] ---------------
Quote:
Originally Posted by ForceHSS
admincp/Usergroups/Usergroup Manager
edit user group admin in Username HTML Markup in the first box put
Code:
<span style="color:yellow;font-weight:bold;text-shadow: 1px 1px 10px yellow;">
in the 2nd box put
if you want to also change title either edit a member or in the same place above in User Title add
Code:
<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