Revision: 44875
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 20, 2011 00:57 by stephcode
Initial Code
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;}
Initial URL
http://www.webdevforums.com/archive/index.php/t-39491.html
Initial Description
Initial Title
Remove Skype phone number detection
Initial Tags
phone
Initial Language
CSS