Add 125px advertise here banners to blogger

Blogger do not provide any widget for adding 125 x 125 add banners to your blog. For adding these banners you have to manually create source code using html and css. Which is very time consuming process. This post is about adding a ready made block of six 125 x 125 advertisement banners in your blogger blog. You can Increase or decrease the number of banners according to your choice. For adding these banners to blogger you need to copy and paste the small code on your blog.




Add 125 x 125 Ad banners to blogger

  • Navigate to Blogger dashboard.
  • Select Layout and click on Add a gadget option
  • Now select HTML/JavaScript widget and paste following code in that widget.
  • Now save the widget and see the new changes in your blog.

CODE


<center>
<div class="wc-addblock">
<table class="wc-adbanner">
<table border="0" cellspacing="0" cellpadding="1" width="254">
<tbody>
<tr>
<td valign="top" width="127">
<a href="#" ><img src="http://3.bp.blogspot.com/-wIN3_crztQo/UY9sOj6AJNI/AAAAAAAABuI/kYGit__zqM4/s1600/a.jpg"/>
</a>
</td>
<td valign="top" width="127">
<a href="#"><img src="http://3.bp.blogspot.com/-wIN3_crztQo/UY9sOj6AJNI/AAAAAAAABuI/kYGit__zqM4/s1600/a.jpg"/>
</a>
</td>
</tr>
<tr>
<td valign="top" width="127">
<a href="#">
<img src="http://3.bp.blogspot.com/-wIN3_crztQo/UY9sOj6AJNI/AAAAAAAABuI/kYGit__zqM4/s1600/a.jpg"/>
</a>
</td>
<td valign="top" width="127">
<a href="#">
<img src="http://3.bp.blogspot.com/-wIN3_crztQo/UY9sOj6AJNI/AAAAAAAABuI/kYGit__zqM4/s1600/a.jpg"/>
</a>
</td>
</tr>
<tr>
<td valign="top" width="127">
<a href="#">
<img src="http://3.bp.blogspot.com/-wIN3_crztQo/UY9sOj6AJNI/AAAAAAAABuI/kYGit__zqM4/s1600/a.jpg"/>
</a>
</td>
<td valign="top" width="127">
<a href="#">
<img src="http://3.bp.blogspot.com/-wIN3_crztQo/UY9sOj6AJNI/AAAAAAAABuI/kYGit__zqM4/s1600/a.jpg"/>
</a>
</td>
</tr>
</tbody>
</table>
</div>
</center>



Customizing these 125 x 125 Ad banners 


  • Replace # with the address of your own advertise here page .
  • If you want to place new advertisement in these banners then just replace the url of the image of any banner with the url of the advertisement image and also replace # with url of advertisement website

If You Like My Work Then Please Follow Me And Share My Posts 
Thanks 

Post a Comment