Chaosforge Forum

General => Forum => Topic started by: GrimmC on November 27, 2011, 20:27

Title: Wiki questions thread
Post by: GrimmC on November 27, 2011, 20:27
This isn't exactly a forum question, but it seems close enough to me.

Is there any way to get colored text in the wiki pages?
Title: Re: Wiki questions thread
Post by: Game Hunter on November 28, 2011, 08:04
Is there any way to get colored text in the wiki pages?
You can use the following format:
Code: [Select]
<span style="color:magenta">This text will have a deep pink color.</span>
<span style="color:#00FF00">This text will have a green color.</span>
I don't know all of the names that work (stuff like "darkred" and "yellow" are names) but hexidecimal color codes are a lot more customizable anyway. You can find a bunch of color codes here. (http://html-color-codes.com/)