PDA

View Full Version : Have different HTML Markup tags for the same usergroup, but different skins


kurtbarker
04-10-2006, 12:30 AM
--------------------------------------------------------------------------------

Hey guyz,

Is it possible have have different HTML markup tags for the same usergroup but depending on what skin is chosen.

I'm using the HTML markup in the usergroup options to set the colour that people in the usergroup appear...

I had registered members as black, but I now have a black skin as well as the default, and with the black names you can't see them...

So idealy I would like to be able to have that usergroup to appear black on the default skin, and white on the dark skin...

Any chance of this being possible? or any work arounds?

Thanks guyz,
Kurt

Ohiosweetheart
04-10-2006, 12:35 AM
Id be interested in this as well, since I have several skins, both light and dark

kurtbarker
04-10-2006, 12:44 AM
Slgihtly, but not the way you are thinking of it.

You add

<span class="admin"> to the first box and </span> to the second box

Now you go into the style manager and add in the addtional CSS area for your style

.admin
{
color:black;
font-weight:bold;
}

Repeat for each group and style.


thanks guyz, but I got my answer. A bit of a work around, but it works :D

Kirk Y
04-10-2006, 01:19 AM
I was gonna say if conditions, but that'll work as well. Glad you got your answer.