开发者

Skype links in IE

开发者 https://www.devze.com 2023-01-10 11:44 出处:网络
They are ruining the page I\'m making. Anyone know a wa开发者_JS百科y of turning them off? It ends up making the text look odd and blurry:

They are ruining the page I'm making. Anyone know a wa开发者_JS百科y of turning them off?

It ends up making the text look odd and blurry:

Skype links in IE

I've tried obfuscating them as so:

+44 (<span>0) 1234</span> 567 890

but Skype still recognises them. I am aware that is a plugin, just wondered if anyone knew of any meta tags or equivalent.


This looks like fun (jQuery):

$(document).ready(function() {
    window.setTimeout(function() {
        $('.skype_pnh_container').html('');
        $('.skype_pnh_print_container').removeClass('skype_pnh_print_container');
    }, 800);
});

Copied from http://www.petefreitag.com/item/751.cfm


Found the answer - use &shy; between numbers.

0

精彩评论

暂无评论...
验证码 换一张
取 消