View Full Version : usergroup legend
twistedsoul
05-24-2016, 10:12 PM
how do I add a background gif image to this additional.css code?
.red2-shadow {
color: #8E388E;
font-weight: bold;
text-shadow: 4px 3px 4px #C67171;
}
background-image: url(/images/clans/pink.gif
MarkFL
05-24-2016, 11:49 PM
Give this a try:
.red2-shadow {
background-image: url(/images/clans/pink.gif);
color: #8E388E;
font-weight: bold;
text-shadow: 4px 3px 4px #C67171;
}
twistedsoul
05-25-2016, 12:34 AM
aww I didn't get notification thru email, but I ended up putting this in the html markup for those usergroups since for some reason I couldn't get the /images/clans/ to work. Ty tho, ill save this in case something happens.
<span class="green-shadow"><span style="background-image: url(http://i.imgur.com/6zHdith.gif"> </span></span>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.