Recent Posts

Wrap text around Adsense block in left or right corner

Sunday, June 7, 2020

blogger tricks

If you want to place an ad unit in the top right corner of a post, then include the red lines below in your AdSense ad code:
<div style="float:right;">
Your Adsense ad script
</div>
To place the ad unit in the top left corner of a post, change the float tag to left:
<div style="float:left;">
Your Adsense ad script
</div>
The most appropriate for this ad placement is the 250x250 square ad unit. Placing an AdSense ad unit in the middle of the post may disturb the reading flow, so it is recommended to include the ad units at the beginning of the post.

If you have any question on adding this type of ad unit placement in your blog post, leave a comment below.

No comments:

Post a Comment