Thank you for clarifying this, eveything is working fine now
Thanks Again
Quote:
Originally Posted by al3bed
you must enter a valid slot number. If you are copy the whole code it's will not work and you will get this errors.. look please to this picture:
https://vborg.vbsupport.ru/attachmen...0&d=1237071506
there is only numbers in slot options
you can get the slot number from you code it' looks like:
Code:
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxxx";
/* 120x600, created on 21/10/08 */
google_ad_slot = "7067436542";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
you just need to put the number in google_ad_slot value.
|