首先,做一个背景图片,上传到模版目录中的style\default目录下,宽和高自已定义,取决于你将展示的Google Adsense广告尺寸大小。

然后,在模板的default.css样式表文件中加入下面的代码:
#gsbg_single {
width: 728px;
height: 90px;
background-image: url(/images/gsbg.jpg);
padding-top: 10px;
padding-left: 30px;
}
这样写也可以,道理一样:
#gsbg_single {
background: url(/images/gsbg.jpg);
padding: 10px 12px 10px 30px;
}
最后在确定你需要显示的地方,在模版中的相应地方插入下面代码:
##这里插入Google adsense代码
如果位置有所偏差,再调试一下padding-top或padding-left的值,直到位置正确就可以了。

via:http://www.paimm.com/blog/user1/google/archives/2006/940.shtml
http://www.supriyadisw.net/2006/07/adsense-beautifier