
我的CNZZ图标无法居中 部分代码如下
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<tr>
<td colspan="2"><table width="200" border="0" align="center">
<tr>
<td><script language="JavaScript" src="http://s11.cnzz.com/stat.php?id=2059316&web_id=2059316&show=pic" type="text/javascript"></script></td>
</tr>
</table></td>
</tr></body>
</html>
试过了 还是不行单纯的这段代码可以 在我的修改的网站代码上就不起作用 展开
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<tr>
<td colspan="2"><table width="200" border="0" align="center">
<tr>
<td><script language="JavaScript" src="http://s11.cnzz.com/stat.php?id=2059316&web_id=2059316&show=pic" type="text/javascript"></script></td>
</tr>
</table></td>
</tr></body>
</html>
试过了 还是不行单纯的这段代码可以 在我的修改的网站代码上就不起作用 展开
1个回答
展开全部
1.css不正规写法:在table的单元格中移出,给统计代码加个div,如
<div align="center">
<script src="http://s11.cnzz.com/stat.php?id=2059316&web_id=2059316&show=pic" language="JavaScript"></script>
</div>
</body>
</html>
2.css正规写法http://zhidao.baidu.com/question/95650330.html?si=1
注:将统计代码替换相应位置
<div align="center">
<script src="http://s11.cnzz.com/stat.php?id=2059316&web_id=2059316&show=pic" language="JavaScript"></script>
</div>
</body>
</html>
2.css正规写法http://zhidao.baidu.com/question/95650330.html?si=1
注:将统计代码替换相应位置
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询