How to add 125x125 ad spots in your template?

All the people who don't have adsense optimised templates don't get dejected. As we all know 125x125 ad spots are the advertiser favorites and even look good. So here is a simple widget which makes you add these ad spots in your blog without any changes in your template code(html).

Step I:
Go to Layout>Page Elements and click on "Add a gadget" (preferably add in the side bar) and select HTML/JavaScript.

Step II:
Paste the following code into your gadget window.
<center>
<table border="0" cellpadding="10" cellspacing="10">
<tr>
<th width="126" height="126" align="center"><img src="http://i44.tinypic.com/2v97vv9.jpg"/></th>
<th width="126" height="126" align="center"><img src="http://i44.tinypic.com/2v97vv9.jpg"/></th>
</tr>
<br/>
<tr>
<th width="126" height="126" align="center"><img src="http://i44.tinypic.com/2v97vv9.jpg"/></th>
<th width="126" height="126" align="center"><img src="http://i44.tinypic.com/2v97vv9.jpg"/></th>
</tr></table>
</center>

Step III:
Save the widget. Now view your blog, It should appear like this..



Note:
1. When advertisers want to advertise on your site, just replace the code in "red" with the URL of image that advertisers want to display.
2. If you want only 2 vertical ads just delete the following code each row

<th width="126" height="126" align="center"><img src="http://i44.tinypic.com/2v97vv9.jpg"/></th>

3. Likewise to create 3 columns in each row just add the above code in each row and you are done.

2 comments:

Balaji said...

Very nice post.I wish you very soon get Google Page Rank

Swagat said...

ty :)

Post a Comment