• OzzModz is no longer taking registrations. All registrations are being redirected to Snog's Site
    All addons and support is available there now.

HTML Markup Help

EasyEazy

Member
I want to add a VIP.gif next to a usergroup in the usergroup bar. It will show the VIP image I have then VIP Member but I cant figure out the code I should be using in the HTML markup of that usergroup. So far I have tried the following without success.

<span style="color: [URL=http://ozzmodz.com/usertag.php?do=list&action=hash&hash=fca60]#fca60 0[/URL] ; background-image: url('/images/vip.gif')">


<img src="/forums/images/vip.gif" border="0"><font color="#fca60 >

<span style="color: #fca60 ; image: url('/forums/images/vip.gif')">


Any ideas please?
 
This is what I used on a old site of mine.

In the first box:
Code:
<b><img src='images/admin.gif' border='0'><span style='color: red'>

In the second box:
Code:
</span></b>

I think you need to remove the leading /
 
This is what I used on a old site of mine.

In the first box:
Code:
<b><img src='images/admin.gif' border='0'><span style='color: red'>

In the second box:
Code:
</span></b>

I think you need to remove the leading /

Thanks Ozzy. It worked to an extend. Its just putting the dot to separate the usergroup names in between the image and the name of the usergroup. Like below

View attachment 860
 
Hmmm, perhaps try putting the <img after the <span

Code:
<b><span style='color: red'><img src='images/admin.gif' border='0'>
 
I assume this is with my Usergroup Legend mod?

No was an old mod I got got vb.org. Didnt know you had one so installed that and its working now. Trust in Ozzy.

One question mate if possible about your mod. I have tried all positions but cant get it right. See the image below. I want it below the usernames that are online but it seems to mix in with the top posters section. Any ideas?

View attachment 861
 
Back
Top