My website and blog does not support HTML code, it's an IP.Board forum. Please, help to alter the adWords code so it would be compatible with my website. Here's the code: <script type="text/javascript"><!-- google_ad_client = "pub-9747380645163266"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; google_ad_channel = ""; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
it's adsence,not adwords. post the template file that you want the code added. never used IPB,but looking at the code you can tell which php coding it needs. it might not need to be converted,try: ?> <script type="text/javascript"><!-- google_ad_client = "pub-9747380645163266"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; google_ad_channel = ""; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <?