建站之星产品帮助

查看: 2003|回复: 2
打印 上一主题 下一主题

急求解决办法,在首页添加“自定义HTML”后,网站乱码

[复制链接]
跳转到指定楼层
1#
发表于 2011-8-26 11:33:54 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
急!在网站首页加了个“自定义HTML”文字特效后,网站就出错了。网站地址:www.xjjrlc.com
出现的问题:
1、首页原来的公司简介不见了;
2、通过加的“自定义HTML”文字特效,也没见到;
3、网站乱码,布局错乱。
加的是以下代码:
<html>
<head>
<title>链接提示</title>
</head>
<body>
<div id="tooltip2" style="position:absolute;visibility:hidden;clip:rect(0 148 50 0);width:148px;background-color:seashell"></div>
<SCRIPT language="JavaScript">
<!--
if (!document.layers && !document.all)
event="test"
function showtip2(current,e,text){
if (document.all && document.readyState=="complete"){
document.all.tooltip2.innerHTML='<marquee style="border:1px solid black">'+text+'</marquee>'
document.all.tooltip2.style.pixelLeft=event.clientX+document.body.scrollLeft+10
document.all.tooltip2.style.pixelTop=event.clientY+document.body.scrollTop+10
document.all.tooltip2.style.visibility="visible"
}
else if (document.layers){
document.tooltip2.document.nstip.document.write('<b>'+text+'</b>')
document.tooltip2.document.nstip.document.close()
document.tooltip2.document.nstip.left=0
currentscroll=setInterval("scrolltip()",100)
document.tooltip2.left=e.pageX+10
document.tooltip2.top=e.pageY+10
document.tooltip2.visibility="show"
}
}
function hidetip2(){
if (document.all)
document.all.tooltip2.style.visibility="hidden"
else if (document.layers){
clearInterval(currentscroll)
document.tooltip2.visibility="hidden"
}
}
function scrolltip(){
if (document.tooltip2.document.nstip.left>=-document.tooltip2.document.nstip.document.width)
document.tooltip2.document.nstip.left-=5
else
document.tooltip2.document.nstip.left=150
}
</SCRIPT>
<table border="0">
      <tr>
        <td><a href="#"
onMouseOut="hidetip2()">鼠标放过来</a></td>
      </tr>
    </table>
</body>
</html>


已使用过的解决办法,不见起色:
1、通过后台备份进行恢复也不行。
2、本想通过删除“自定义HTML”解决,但是在首页布局里找不到加在右边的模块。
2#
发表于 2011-8-26 11:41:41 | 只看该作者
什么情况下出现的。
3#
发表于 2011-8-26 12:09:31 | 只看该作者
本帖最后由 Ghost 于 2011-8-26 13:35 编辑

请参考:http://bbs.sitestar.cn/viewthread.php?tid=17444&highlight=module%5C_blocks

上海美橙科技信息发展有限公司 ( 沪ICP备11006888号-4 )

快速回复 返回顶部 返回列表