#Multiple colors in one line of text.
1 messages · Page 1 of 1 (latest)
w/ <span style="color: ...">...</span>
if you don't want to repeat the same construction you can create a template w/ parameter for color (and perhaps another for additional styling)
say, Template:Color
<span style="color: {{{1}}};">{{{2}}}</span>
which go like
{{color|white|any text}}