美化Google Adsense广告的方法
在网看到一个美化的google adsense广告,赏心悦目,不修改代码,不违反规则,确实很厉害。 首先,做一个背景图片(如下面这个),上传到模版目录中的images目录下,宽和高555×79,当然背景图的大小你完全可以自已定义,这取决于你将展示的Google Adsense广告尺寸大小。
screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/upload/2007717191247743.jpg');}" alt="" src="http://zsrimg.ikafan.com/upload/2007717191247743.jpg" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border=0>
然后,在模板的style.css样式表文件中加入下面的代码:
#gsbg_single {
width: 480px;
height: 70px;
background-image: url(images/gsbg2.jpg);
padding-top: 10px;
padding-left: 75px;
}
最后在确定你需要显示的地方,在模版中的相应地方插入下面代码:
<div id=gsbg_single>
##这里插入Google adsense代码
</div>
如果位置有所偏差,再调试一下padding-top或padding-left的值,直到位置正确就可以了。
效果如下:
screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/upload/2007717191249962.jpg');}" alt="" src="http://zsrimg.ikafan.com/upload/2007717191249962.jpg" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border=0>
我再补充一下,加上背景图片后要修改Adsense的字体和边框颜色为#CBECF5,当然你也可以自定义