color in server description

morggin

Member
how do you add color to the XML code for the server description and URL ?

i tried to add

Code:
<font color="#0000cc"> 
<property name="ServerDescription" value=" something here "/>
</font>
but description ended up being blank

I figured out how to add a new line by doing /n

Code:
<property name="ServerDescription" value=" something here /n here is the second line of text"/>
 
Last edited by a moderator:
Back
Top