How to hide the statistics code
Most websites will add website statistics code to count how many people come to the website every day , but after the statistical codes of cnzz and 51la are added, the words "website statistics" or the ico pictures of statistics will be displayed. Today I will share with you how to hide the statistical icons of 51la and cnzz and how to hide the statistical codes.
Use the editor to open the web page file for modification
cnzz statistics code is as follows:
cnzz统计代码
This will display the official icon ; Now just use DIV to hide it and it will be OK. Add
in front of the code. The modified statistical code is as follows:
51la, Yahoo and Quantum Statistics hide the statistical code as follows:
Placing the statistics code at the bottom of the web page, before the body tag, will help the page opening speed.
The above is the detailed content of How to hide statistics code. For more information, please follow other related articles on the PHP Chinese website!