I have an email signature in which all the links work fine in every mail client except the skype one:
<span>Skype:</span> <span><a href="skype:jared.rake?add">Jared.Rake</a></span>
The link works as intended (launches the skype client) on all mail clients except gmail. Any idea why this is so?
- I have the skype client installed on my system.
- When you inspect the span tag(the one that contains the name, I can see the link (
<a>
) tag, but I cannot see thehref
attribute.
Any help would be appreciated.