Wednesday, October 19, 2011

Fixing Skype Overwriting Phone Numbers in Web Pages

If you have Skype on your computer you may have noticed that sometimes Skype highlights phone numbers automatically when you visit a website. By the developers point of view this can be very frustrating. Not only can it make your site look bad, but it can mess up the layout as well. In fact, just recently we had a client whose page kept breaking because Skype was highlighting his phone number. Fixing this problem is not very hard. All you have to do is add some code to the head of your HTML document and it will prevent Skype from highlighting numbers in your theme no matter what browser it is being displayed on. This is the code you should paste:

"SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />   

Make sure it is between the and tags.

No comments:

Popular Posts