I figured it out and am posting the Glowing Yellow Online thing here for others if they need it
Edit the following templates:
postbit_online (change the img to text)
<smallfont>
Status:<span style='filter:glow(color="green",strength=2);width :100%'> Online</span>
</smallfont>
postbit_offline
<smallfont>
Status:<span style='filter:glow(color="red",strength=2);width:1 00%'> Online</span>
</smallfont>
Then in postbit template,
move $onlinestatus anywhere you want it to show up.
If you want your text in a table then use this:
<font color="#ffffff"><table style="filter:glow(color=yellow,strength=2)">Onlin e</table></font>
|