添加各种GOOGLE广告的方法总结
第一种:pjblog中如何在文章中加入GOOGLE广告(也可以放其他的东西)
首先,做一个背景图片(如我做的这个),上传到模版目录中的images目录下,宽和高555×79,当然背景图的大小你完全可以自已定义,这取决于你将展示的Google Adsense广告尺寸大小。
然后,在模板的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>
第二种
方法一、在静态页面日志底部增加Google广告代码
1. 打开Template文件夹;
2. 找到Article.asp;
3. 通过记事本或是FrontPage打开;
4. 找到如下代码:
<div id="logPanel" class="Content-body">
<$ArticleContent$>
<br/><br/>
5. 把你的Google Adsense广告代码加入,如下示例:
<div id="logPanel" class="Content-body">
<$ArticleContent$>
<br/><br/>
<script type="text/javascript"><!--
google_ad_client = "";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "0000FF";