Topic on User talk:Robkelk

How do I change the text color on the wiki?

6
RabidTanker (talkcontribs)

Because I wanted to say that one of my games lists recolored enemies with an red "R" but I can't find the feature that colors the text.

Derivative (talkcontribs)

Can you link to the example?

RabidTanker (talkcontribs)
Derivative (talkcontribs)
Robkelk (talkcontribs)

I usually brute-force it with HTML and CSS. (div style="color:red")red text(/div) , replacing the parenthesis with angle brackets (less-than and greater-than signs) results in

red text

.

There's probably a more elegant way to do it. EDIT: And LulzKiller knows what the more elegant way is.

RabidTanker (talkcontribs)

Thanks