XF 1.2 User Ranks: What am I doing wrong?

Carlos

Well-known member
So, I've decided to use the standard user rank styling - inside the userBlock. Using this modification: http://xenforo.com/community/resources/user-ranks-with-images.2054/

It turned out to be a huge fail:
PrivateBroken.webp

As you can see, this image:
Rank1.webp
Does not appear...

I have this as modification:
Code:
.private {
background: url("http://www.codforums.com/Ranks/Rank1.png") no-repeat;
height: 50px;
width: 120px;
text-indent: -10000em;
display: block;
}
And I have these as options for the Usergroup....
UsergroupSetup.webp
 
Top Bottom