View Single Post
  #1   IP: 218.85.132.244
Old 2008-01-14, 01:40 PM
smiling smiling is offline
高级会员
 
Join Date: 2006-02-12
Posts: 502
smiling 正向着好的方向发展
Default Adsense Link Unit in Navbar

In template navbar search
Code:
<!-- / nav buttons bar -->
and add ABOVE:
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
   <td class="vbmenu_control">
    <!-- Adsense Link Unit Code 725x15 - 5 Ads -->
    <script type="text/javascript"><!--
    google_ad_client = "YOUR PUB ID HERE";
    google_ad_width = 728;
    google_ad_height = 15;
    google_ad_format = "728x15_0ads_al_s";
    google_color_border = "738FBF";
    google_color_bg = "738FBF";
    google_color_link = "ffffff";
    google_color_text = "000000";
    google_color_url = "000000";
    //-->
    </script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    <!-- Adsense Link Unit Code 725x15 - 5 Ads -->
   </td>
  </tr>
    </table>
Reply With Quote