|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Adsense ad placement question
i want to place a large rectangle ad under the post title of my blog.But it shows a blank space when i do it
The code is: <script type="text/javascript"><!-- google_ad_client = "pub-XXXXXXXXXXXXXXX"; google_alternate_color = "FFFFFF"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text"; google_ad_channel ="XXXXXXXXXX"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "5C6AA6"; google_color_url = "0080C0"; google_color_text = "000000"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> When i remove <!-- and --> from the code it shows the ad as needed Then the code becomes: <script type="text/javascript"> google_ad_client = "pub-XXXXXXXXXXXXXXX"; google_alternate_color = "FFFFFF"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text"; google_ad_channel ="XXXXXXXXXX"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "5C6AA6"; google_color_url = "0080C0"; google_color_text = "000000"; //</script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> I want to know what should i do?Since its against adsense tos to modify the code is there any other way to insert the code without modifyng it to get desired results? |
|
#2
|
|||
|
|||
|
I think you are not allowed to do that . Its clearly against TOS
|
![]() |
| Viewing: SEO Chat Forums > Pay Per Click Search Engines > Pay Per Click > Adsense ad placement question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|