发新话题
打印

tok2空间去广告方法

tok2空间去广告方法

在BODY前后加上代码:
<noframes><BODY></noframes>
<noframes></BODY></noframes>


PHP文件去广告头部加:
<html>
<noframes>
<body></body>
</noframes>
</html>

HTML文件去广告<body>与</body>的前后加上
<noframes>与</noframes>
<noframes><body></noframes>

Discuz 论坛模板:
打开header.htm
在<BODY>前后加<noframes>
例如:<noframes><body></noframes>

TOP

发新话题