In this article, I will explain how to implement or add a google adsense ad inside blogger posts, similar to this:
Notice that the ad is located at the left side within the post and not above it. How to do it? Follow these simple steps.
1. Follow this guide on How To Edit The Blogger Template
2. Find(CTRL+F) <data:post.body>
3. Add these codes ABOVE <data:post.body>
If you want display the ad at the left side, use this code,
<div style='float:left; margin-right:5px;'>
ADSENSE CODE
</div>If you want to display the ad at the right side, use this code,
<div style='float:right; margin-left:5px;'>
ADSENSE CODE
</div>Just replace the ADSENSE CODE with the code you got from adsense. And be sure to convert it here first before pasting it. The recommended ad size for it is 336x280 or 300x250.
5. Click Save Template.