如何设置站长统计的代码居中

站长统计代码居中格式如下:

<div>
	<center>
		<script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1278831573'%3E%3C/span%3E%3Cscript src='https://s4.cnzz.com/z_stat.php%3Fid%3D1278831573%26online%3D1%26show%3Dline' type='text/javascript'%3E%3C/script%3E"));
		</script>
	</center>
</div>

一般代码要放在</body>之前。

如果是把统计代码放到footer块中,要把它放在</footer>之前。

本文首发于BigYoung小站

猜你喜欢

转载自www.cnblogs.com/bigyoung/p/12760699.html