PDA

View Full Version : Glowing Online/Offline problem


GrandAmGuru
11-18-2002, 03:41 PM
I added the hack to post the online status in my users postbits, but for some reason it keeps putting the Online people on the next line down. It's not doing it for the offline people though. And both font sizes are the same.


Online code
<font color="#ffffff"><table style="filter:glow(color=green,strength=2)">Online</table></font>

Offline code
<b>Offline</B>

any ideas what may be causing the Online to go to the next line?

MiNdViRuZ
11-18-2002, 04:15 PM
hey dood

the glow effect is done using a table and that is the reason why its jumping to the next line.

u may want to try this instead


<font color="#ffffff"><table style="filter:glow(color=green,strength=2)">User Is Online</table></font>


if that isnt what u want i would recomend using an image with a transparent background for the glow online part.

hope this helps

p34c3 :D

m.v