Well if you are willing to place two adsense ad codes side by side for
maximum exposure than you can easily do that using a simple table HTML
code. Well using two adsense ad codes side by side will surely increase
your CTR hence more income can be banked in. This can be used below the
post title or in the post footer for the cleaner look. Now the code I
will be giving is simple one not designed much but if you have some nice
CSS knowledge than you can easily give some nice gloss and shine to its
background.
So this is how your ads will look like when they will be combined together side by side. You can obviously change the ads sizes but the recommended one are 300 x 250 or 200 x 200 because bigger the size the more space you will need. So now just follow the below tutorial for installing this in your blogger blog.
So this is how your ads will look like when they will be combined together side by side. You can obviously change the ads sizes but the recommended one are 300 x 250 or 200 x 200 because bigger the size the more space you will need. So now just follow the below tutorial for installing this in your blogger blog.
- Go to Blogger > Template > Edit HTML.
- Now check mark Expand Widget Templates and Press Ctrl + F and search for
<data:post.body/>now if you want to display ads below post title than paste below code above this searched tag or if you wanna 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>
- Now you just need to paste the two adsense code where it is mentioned Adsense Code 1 and Adsense code 2.
- Important You will have to convert the adsense code so that it can be accepted by the template so you just need to use our converter and get the modified code and paste it there.

Post a Comment