Advertisements
125x125 Ad space for ads or affiliate banners are the most famous among the bloggers to provide the space for the affiliate products and make money from the blog. The best location for placing the 125x125 ad space is in the side bar or under each post. In Google Blogger this task becomes difficult if you don't know much about coding etc. In this post a simple code is given which you can add easily to Blogger blog to create neat Ad space for 125x125 ads/affiliate banners. by adding the code you will get neat looking space for 125x125 ad space with two 125x125 ads in a row you can add as many rows as you want.
Also Read :
Track Affiliate links/Banners with Bitly Chrome extension
Follow simple steps to add the 125x125 Affiliate Banners to the Blogger blog
1. Log in to your Blogger account.
2. Go to Design > Page Elements.
3. Click on Add Gadget and add the HTML/JAVASCRIPT gadget.
4. Copy the code given below and paste it in the gadget.
<div align="center">
<table border="0" cellpadding="2" cellspacing="6" width="265" bgcolor="#ffffff">
<tbody><tr>
<td><center><a href="Affiliate URL" rel="nofollow"><img border="0" alt="Image Text" width="125" src="Affiliate Image URL" height="125"/></a></center></td>
<td><center><a href="Affiliate URL" rel="nofollow"><img border="0" alt="Image Text" width="125" src="Affiliate Image URL" height="125"/></a></center></td>
</tr>
<tr>
<td><center><a href="Affiliate URL" rel="nofollow"><img border="0" alt="Image Text" width="125" src="Affiliate Image URL" height="125"/></a></center></td>
<td><center><a href="Affiliate URL" rel="nofollow"><img border="0" alt="Image Text" width="125" src="Affiliate Image URL" height="125"/></a></center></td>
</tr>
</tbody></table>
<table border="0" bordercolor="#0084ce" cellpadding="2" cellspacing="6" width="265" bgcolor="#ffffff">
<tbody>
</tbody></table>
</div>
5. Replace the Affiliate URL with the Affiliate URL of your product. Replace the Affiliate Image URL with URL of the Banner and Replace the Image Text with some Text or name of the affiliate product e.g if you have placed the affiliate banner of hostgator webhosting write hosgator etc.
6. Save the work.
Now when you will view your log you will be having four neat looking 125x125 ads place. you can change the number of ads/affiliate bannesr as per your need.You can also change the background color by changing the background color code bgcolor in the code. you can also change the width of space carrying the 125x125 ads/affiliate banners by simply changing the width in the code.
Advertisements
Share it
Post a Comment