Skip to main content

How to keep Google ads side by side in blogger posts.

Hi friends in this article i am gonna discuss with you how to keep two or more ads side by side so that you can increase you revenue even more.The main goal or aim of the people who maintain blogs is to maximize there revenue by placing lots of ads in an inappropriate place which leads to the less income.Many bloggers find it difficult to place two ads side by side.
How to keep Google ads side by side in blogger posts.


So lets start keeping the ads side by side to earn more from it.

Steps:

  • Go to Google Adsense or any other Ad media and grab the codes.

keep ads side by side inside the post:

1.Now go to Blogger>>Template>>Edit Html.
2.Before going to place them we need to change the codes a little bit.You can change the code from the below post.
3.Copy the above code and go to Template>>Edit HTML and search for below code.
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<data:post.body/>
4.Replace the above code with the below code.
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<table width="600" align="center" border="0">
<tbody>
<tr>
<td>Converted Ad Code of First Ad</td>
<td>Converted Ad Code of Second Ad</td>
</tr>
</tbody>
</table>
<data:post.body/>
5.Save the template.

Keep ads side by side in sidebar:

1.Go to blogger>layout>Add widget>HTML script.
2.Now place the ads code directly without changing them along with the code as shown below.
<table width="300" align="center" border="0">
<tbody>
<tr>
<td>Ad Code of First Ad</td>
<td>Ad Code of Second Ad</td>
</tr>
</tbody>
</table>
3.For this 125x125 ,250x250 ads will be suitable.
4.Click on save.

That's it friends i hope you enjoyed the article if you have any queries regarding any topic feel free to ask us through comments.

Comments