#Multiple colors in one line of text.

1 messages · Page 1 of 1 (latest)

river wedge
#

I'm creating a table. I've come across an instance where I have to have two different colored fonts in one cell.
How is this achieved?

agile perch
#

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}}