Monday, 1 February 2016

How to Display Ads Below the Post Title in Blog

Step 1:  Login to Blogger > Dashboard
Step 2: Click on Drop Down Menu and select Template
Step 3: Backup your Template before making any changes to your blog
Step 4: Now Click on Edit HTML
Step 5: Press Ctrl + F and search the code shown below.

<data:post.body/>

(You can find it appeared more than one, so you should go with the second or the third one)

Now Paste the Code Shown Below just above/before it

Show Adsense in Left Side
If you want to show your Google Adsense ad below post tile in blogger in the left side then copy the code shown below

<div style='float: left; margin: 10px 10px 10px 0;'>
YOUR ADSENSE CODE HERE
</div>

Show Adsense in Right Side
If you want to show your Google Adsense ad below post tile in blogger in the right side then copy the code shown below

<div style='float: right; margin: 10px 0px 10px 10px;'>
YOUR ADSENSE CODE HERE
</div>

Show Adsense in Center
If you want to show your Google Adsense ad below post tile in blogger in the center then copy the below code

<div style='text-align: center; margin: 10px 0 10px 0;'>
YOUR ADSENSE CODE HERE
</div>

NOTE: You Have to first Convert the Adsense Code OR your Ad Code into the Compartible Form before you place it.

Press Here to Convert any of your Ad Code




SHARE THIS

0 comments: