Hello,
I have posted this question on skype and asp.net forums but I've been told that they were the inappropriate forums. Could this forum help?!:-)
There is a current issue with our ASP.NET C# Sharepoint application in that if there is text on the web page that contains a telelphone number, the Skype add-on in IE 11, 'Skype for Business Click to Call' , automatically inserts a phone icon that has an image
title with 'Call' and is a clickable icon. The users may still require the 'Skype for Business Click to Call' add-on in IE for other purposes, hence it is desirable to keep this add-on enabled.
The following has been tried to remove these from the page but they do not seem to work :
- Adding in to the
- #skype_pnh_container, #skype_plugin_object, #skype_highlighting_settings {
display: none !important;
Many Thanks