Saturday, April 5, 2014

How to make two Adsense contents appear side by side

No doubt putting adsense inside the blog post can improve the CTR but recently I did a experiment by putting two adsense contents side by side at the end of the post and it drastically increased the overall CTR of  the blog.  You can also try placing two adsense frames side by side in the side bar of your website.

Most people who are not very familiar with the HTML have hard time putting two adsense frames side by side. So I decided to write a guide on how to do that. So that you can use this strategy too and let me know how your blog's CTR went.

To implement this we just need to create a HTML code with two separate tables for each of the adsense frame. I have posted the code below.
<table>
<tr>
<td>

ADSENSE 2

</td>

<td>

ADSENSE 1

</td>
</tr>
</table>
Copy the Code above and replae the "Adsense 1" and "Adsense 2" with your adsense code and its all done. Now just paste the code where ever you want and the two adsense frames will appear side by side.


Share This Article Facebook +Google Twitter Digg Reddit