I have stumbled upon a weird feature in Skype - colored text:

Skype - colored text

How do I achieve this? Are there available any special tags?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Found out on my own. You can use the standard HTML tag 'FONT' with the 'color' attribute, like this:

<font color="#hex-code-of-color">any text</font>

And to post it you have to hold Ctrl + Shift and click with the mouse the Send button. I've checked and there are available additional 'FONT' attribute 'size' and 4 more tags: 'U' [underline], 'I' [italic], 'B' [bold] and 'BLINK' [obvious]. The image on the screenshot above is made programmatically, on img4skype.com.

Source

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.