|
o2match
| Joined: 09 Mar 2009 |
| Posts: 1 |
|
|
 |
I am using ablespace
hi does anyone know how to take out the google ad on the home page
and footer?
thanks
|
|
|
|
misterx6x
| Joined: 19 May 2009 |
| Posts: 2 |
|
|
 |
in your template folder find _footer.html file
before <div id="footer"> paste google ads code
<div id="ad">
<script type="text/javascript"><!--
google_ad_client = "pub-9036922554392144";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_channel ="";
google_color_border = "033298";
google_color_bg = "b6e3fb";
google_color_link = "033298";
google_color_url = "033298";
google_color_text = "000000";
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<div id="footer">
<p>
<a href="./news.php?view=1" title="How it works">How it works</a> |
<a href="./help.php" title="Help">Help</a> |
<a href="./news.php?view=2" title="About us">About us</a> |
<a href="./partner/" title="Affiliates">Affiliates</a> |
<a href="./news.php?view=3" title="Testimonials">Testimonials</a> |
<a href="./news.php" title="Dating News">Dating News</a> |
<a href="./contact.php" title="Contact us">Contact us</a>
</p>
<p class="copyrights">Online dating and personals at <a href="./" title="AbleSpace 1.0">AbleSpace 1.0</a></a></p>
</div>
</div>
</body>
</html>
|
|
|
|
Qwertyu
| Joined: 26 Feb 2011 |
| Posts: 5 |
| Location: United States |
|
 |
thanks for the reply.
I was interested in this question too
|
|
|