/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
get rid of the drop down and the flag from the left of the phone number with this css: .skype_pnh_dropart_flag_span[style] { display:none !important; color:#FFFFFF !important; margin:0px !important; padding:0px !important; background:none !important; } Use the following CSS to prevent skype from formatting the numbers on your page: span.skype_pnh_container {display:none !important;} span.skype_pnh_print_container {display:inline !important;}
URL: http://www.webdevforums.com/archive/index.php/t-39491.html