How To Insert an Adsense Anywhere on Your Blogger

Have you seen a Blogger blog where Adsense ads are placed everywhere? Well, adding the code is not that hard, although you need to do it manually to place it specifically where you want the ad to be.

1. Login to your Blogger, open “New Post” and enter any new content you want to publish.

2. Copy your Adsense code from your Adsense site, and place the code inside the tags as follows:

<div align='center'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxxxxxxxxx";
/* Large Rectangle */
google_ad_slot = "xxxxxxxxx";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="pagead2.googlesyndication./pagead/show_ads.js">
</script>
</div>


Note: Make a copy of the code to your notepad or wordpad so you can easily copy and paste it if you want to use it again.

3. Go to HTML and place the Adsense code from step 2 anywhere within the given code in the HTML field. Save. And that’s it.