Page 1 of 1

Using colour/fonts on signs

PostPosted: May 16th, 2015, 9:58 am
by Karyete
I can't seem to get any coloured text to appear on signs, because whatever I try just makes the sign blank. Same goes for font. Does anybody know how to do it?

...unless it's not a feature of signs, in which case, damn :c

Re: Using colour/fonts on signs

PostPosted: May 16th, 2015, 10:35 am
by l.m
You can use HTML normally on signs, as far as I know.

Like:

<font face="Baskerville Old Face">text here</font>

Or color:

<font color="#FF00FF">pink text here</font>

Re: Using colour/fonts on signs

PostPosted: May 16th, 2015, 10:52 am
by Karyete
FrozenFire wrote:You can use HTML normally on signs, as far as I know.

Like:

<font face="Baskerville Old Face">text here</font>


Ah, got that wrong. I was just typing font, and didn't include face c:

FrozenFire wrote:Or color:

<font color="#FF00FF">pink text here</font>


This is exactly what I'm doing and I'm ending up with a blank text box. I'll experiment a bit more.

ty FF <3