妖刀 发表于 2007-4-30 10:11:34

免费空间去广告代码的一些办法收集

国外的免费空间很多~但是都带广告,大家做垃圾站要去掉这些广告的话不仿试试,

1.把模板文件里的
里倒数第二行
</body></html>改成
<noscript></body></html></noscript>



2.Margin属性分为margin-top、margin-right、margin-bottom、margin-left和marginspites的广告去除办法
只要在php、htm等文件的开头加入
<div style="margin-top:-80">
在末尾加入
</div>

-80%

在head里加一句话


CODE:
<style type="text/css">
.hi {visibility:hidden}
</style>

在最后的</html>也加一句话


CODE:
<div class="hi"><noscript>

这样就隐藏掉广告了。而且不加载JS文件。。

gjzs 发表于 2007-4-30 22:20:48

以前就用免费的:lol:
页: [1]
查看完整版本: 免费空间去广告代码的一些办法收集