• 0

Invision 1.3 and Google Adsense


Question

I am trying to add the google adsense to my forum header and it it not working. Have a look: http://www.pngresource.com/forums/

Here is the code that I put into my header:

<!--- Google Banner --->

<table width="468" align="left" border="0" id="affiliate_section">
  <tr>
    <th scope="col"><script type="text/javascript"><!--
google_ad_client = "removed for privacy sake";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_ad_type = "text";
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></th>
  </tr>
</table>
<br /><br />

<!--- End Google Banner --->

Is there something else that I have to do?

Link to comment
https://www.neowin.net/forum/topic/174218-invision-13-and-google-adsense/
Share on other sites

7 answers to this question

Recommended Posts

  • 0

you dont need to add the table put it like that i bet you want it like iexbeta has it in the top middle

you would need to go to the edit the global html and i belive on the header board logo etc its called go to the edit part and but following i think this is what you are looking for

<center><script type="text/javascript"><!--
google_ad_client = "removed for privacy sake";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_ad_type = "text";
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
 src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center>

edit: it seems you got it working :-s

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.