Saturday 25 February 2012

Skype HTML support

Skype for windows can work with some HTML tags so you can use it in conversation. For skype to process the HTML code, please hold CTRL+SHIFT and manually click «Send message» button.

1. How to change font size in skype chat?
<font size="15"> size </font>
size

2. How to change font color in skype chat?
<font color="#ff0000"> red </font>
red
<font color="#00ff00"> green </font>
green
<font color="#0000ff"> blue </font>
blue
3. How to change font color and size in skype chat?
<font color="#ff0000" size="15"> Red Size </font>
Red Size

4. How to blink text in skype chat?
<blink> blink </blink>
blink

5. How to stipe text in skype chat?
<s> stripe </s>
stripe

6. How to mark text as external link skype chat?
<a href="htt://meetsurendar.blogspot.com">meetsurendar</a>
meetsurendar

7. How to underline text in skype chat?
<u> underline </u>
underline

8. How to bold text in skype chat?
<b> bold </b>
bold

9. How to italic text in skype chat?
<i> italic </i>
italic

10. How to quote text in skype chat?
<quote> quoted text </quote>
quoted text