N

How to remove bold from this?

newdude_1

Well-Known Member

Reputation: 6%
Joined
22/11/21
Messages
46
I know this will be really simple but how do i remove this from displaying bold text: It represents "Staff Online" widget, added the below which works great but want it not to be bold. Thank you.

<b style="color:#ff0000;">S</span><span style="color:#ff1100;">t</span><span style="color:#ff2200;">a</span><span style="color:#ff3300;">f</span><span style="color:#ff4400;">f&nbsp;</span></span><span><span style="color:#ff5500;">O</span><span style="color:#ff6600;">n</span><span style="color:#ff7700;">l</span><span style="color:#ff8800;">i</span><span style="color:#ff9900;">n</span><span style="color:#ffaa00;">e</span></span></span></b>
 
@newdude_1
What do you mean?
when the above code is applied the text i want "staff online" is in bold lettering, i want it to display as normal text, it's something to do with the "b" at the start and end of the html code.
 
You find in the template of the addon to create that color text effect. And edit the code.
Change b to span
 
Similar threads Most view View more
Back
Top Bottom