• pjblog google提供的广告,挂接

    post by bgaidu / 2008-2-24 18:50 Sunday
    此方法比较适合刚建站不久开始挂GGAD
    的朋友,因为文章不多,编排起来相对比较容易。
    即打开cls article.asp文件寻找到
    程序代码
    <div id="logPanel" class="Content-body">
    再其后加入下列代码
    程序代码
    <table width="250" height="250" border="0" cellspacing="0" cellpadding="0" align="right">
        <tr>
          <td>
    <script type="text/javascript"><!--
    google_ad_client = "pub-539809111064334";
    google_ad_width = 250;
    google_ad_height = 250;
    google_ad_format = "250x250_as";
    google_ad_type = "text_image";
    //2007-02-07: shinian10.com
    google_ad_channel = "593343434545";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "D80C18";
    google_color_text = "000000";
    google_color_url = "008000";
    //--></script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
          </td>
        </tr>
      </table>
    当中<script 。。。。</script>包的就是你的GGAD代码
    align="right"使得广告左靠或者右靠
    效果见本站,今天新改,发现效果很不错哦  
    
    您对本文的评分:
    当前平均分: 0.0(0 次打分)

    引用地址:

    发表评论: