I want to put the adsense banner code in to an external linking page to run in my html dreamweaver page.
I have tried using it in a .js external link but does not read!!!
Has anyone got an idea how I can do this?
This is the code I want to external link?
<script type="text/javascript">
<!-- google_ad_client = "pub0000000000000"; /* 160x600, created 10/14/09 */ google_ad_slot = "0000000000"; google_ad_width = 160; google_ad_height = 600; //-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
Gary