PDA

View Full Version : Glowing user titles?


94DROPTOPZ
05-19-2004, 10:27 AM
I'm looking for how to make usernames in glowing text for admins and mods. I know were to put the text in each usergroup I just don't know how to make the text glow??

Mods: I'm sorry if I put this in the wrong category... :ermm:

94DROPTOPZ
05-28-2004, 11:25 AM
Anybody?

djjeffa
11-07-2004, 08:10 PM
Anybody?
here is what i have for mine and it works <div style="width:50%; font-size:12pt; color:white; filter:Glow(color=purple, strength=7)">Mixoligist of the IDEN World</div>

Edit: OPPS didnt relize how old this post was lol

94DROPTOPZ
11-07-2004, 08:20 PM
here is what i have for mine and it works <div style="width:50%; font-size:12pt; color:white; filter:Glow(color=purple, strength=7)">Mixoligist of the IDEN World</div>

Edit: OPPS didnt relize how old this post was lol

Is this what you put for each individual usergroup, or where did you place this?

Borgs8472
11-07-2004, 09:47 PM
In the usegroup editor in the HTML mark up section you put begin:

<div style="width:50%; font-size:12pt; color:white; filter:Glow(color=purple, strength=7)">

and then

</div>

This hack in internet explorer only however. :(

neocorteqz
11-07-2004, 10:46 PM
In the usegroup editor in the HTML mark up section you put begin:

<div style="width:50%; font-size:12pt; color:white; filter:Glow(color=purple, strength=7)">

and then

</div>

This hack in internet explorer only however. :(
I'm sure there is a hack that allow for a browser conditional that can replace the above code with a tranparent png/gif that will work with mozilla.

Borgs8472
11-09-2004, 08:51 PM
I thought IE doesn't handle transparent pngs?

neocorteqz
11-09-2004, 10:56 PM
I thought IE doesn't handle transparent pngs?
it doesn't, but thats where the conditional comes in. I don't know how the code would look. but I'm sure there is something out there. :)

RsX
11-10-2004, 02:34 PM
i did so.. but look what happened.. ne1 know how to fix this please?

Psybadek
11-10-2004, 02:40 PM
Try span instead of div?

Danny Diamond
07-14-2005, 01:36 AM
How can I add bold to it?

bigcurt
07-14-2005, 01:51 AM
lol I am too lazy to read the whole thing but <b></b>?

Danny Diamond
07-14-2005, 01:56 AM
that did it. thanks man...