Thursday, July 28, 2016

How to Combine Two AdSense Ads Side by Side in Blogger



How to Combine Two AdSense Ads Side by Side in Blogger


Except a few,no one has knowledge to combine two adsense ads side by side in blogger.This article will fully guide you in this regard.For highest publicity than you can easily do that using a simple table HTML code. It will increase your CRT if you combine two adsense account side by side.You can easily do that if you have knowledge about CSS.






Above image is full representation that how two ads combine side by side and will look like.
You can apparently change the ads sizes but the suggested one are 300 x 250 or 200 x 200 because bigger the size the more space you will need. So follow the given below steps for installing this in your blogger.

1. Go to Blogger > Template > Edit HTML.

2. Now check mark Expand Widget Templates and Press Ctrl + F.

3. Now search for

<data:post.body/>

4. if you want to display ads below post title than paste given below highlighted  code above this searched tag or if you want to  show ads in your post footer than paste it below the searched tag.


<table width="520" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="250" style="padding: 5px;" align="center"> ADSENSE CODE 1 </td> <td width="250" style="padding: 5px;" align="left"> ADSENSE CODE 2 </td> </tr> </table>

5. Now you just need to paste the two adsense code where it is mentioned Adsense Code 1 and Adsense code 2.

6. Important You will have to convert the adsense code so that it can be accepted by the template so you just need to use  converter and get the modified code and paste it there.