CSS Problem

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
I removed the CSS Code for it but I'm currently setting up some forums (XenForo) and I'm adding a CSS style to the username, which is:

Code:
background: url("https://cdn2.iconfinder.com/data/icons/fugue/icon/crown.png") no-repeat scroll left center transparent;
padding-left: 17px;
color: red;
font-weight: bold;
The outcome is as follows:
jczBl3S.png

I want to add this to the name but it every time I add it the crown goes away, the image is the sparkling effect and the link will be placed below, I want to know how to add it to the background without anything changing or the crown disappearing.

 

Haid

Member
Dec 20, 2011
363
448
Code:
color: red;
font-weight: bold;
background: url('https://cdn2.iconfinder.com/data/icons/fugue/icon/crown.png') no-repeat,url('http://i656.photobucket.com/albums/uu288/angel-45/backround6.gif');
padding-left: 19px;

Tested on xenforo
XohABT5.png
 

Users who are viewing this thread

Top