Having text with two different styles inside the same label

Post Reply
Filion
Posts: 93
Joined: Sat Mar 26, 2011 4:21 pm

Having text with two different styles inside the same label

Post by Filion »

I want to format a text in the same geyser label, with two different ways: e.g. <white>Notice:<red><b>OFF</b>
How can I do it?

User avatar
Akaya
Posts: 414
Joined: Thu Apr 19, 2012 1:36 am

Re: Having text with two different styles inside the same la

Post by Akaya »

Code: [show] | [select all] lua
myGeyserLabel:echo([[<span style="color: white">Notice:<span style="color: red"> <b>OFF</b></span></span>]])
where myGeyserLabel is the name of your label.

Post Reply