Thursday, November 29, 2012

How to add New Year Banner to Blogger ?

Hey.. Its 2012... So as I think many people are ready to re-design their blogs...And I have also seen that now many blogger site have a New Year or Crismas banner in a left or right corner..So I think many of u wanted to now how to to this So here is a small tutorial that how u can add a HAPPY NEW YEAR banner to ur site (blogger) ...U can see the demo in the below-corner of the post..Follow the following steps for add it-----
new year 2012Steps --
  1. Login To Blogger Go To > Design > Page Elements.
  2. Add a Gadget then select  HTML/JavaScript type.
  3. Add this code in to it: 
<a href=''><img alt='' src=''/></a><div style='position: fixed; top: 0%; right: 0%;'/>
<a href="" target="_blank"><img alt="new year 2012" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimuRAIyfmSoZj4vn4C18w-lJceAzlUPhr6c2OKbS09AKsmtuRP13l_zEdEiMYE2ZBSAkfW7zCPlrk0eAKwtBMTw8OFv6w_FuIqD5nJ4Rle5qXNwIJ9qiBor79LAzZypjj0ECwttWLhtjo/s1600/rthnybanner.png"/></a>
</div> 

This banner will be stuck to Ur site's corner everytime.. So if U want to change it U can also make this gadget nonsticky as I have shown here..just changing the term "fixed" to "absolute" ..

<a href=''><img alt='' src=''/></a><div style='position: absolute; top: 0%; right: 0%;'/>
<a href="" target="_blank"><img alt="new year 2012" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimuRAIyfmSoZj4vn4C18w-lJceAzlUPhr6c2OKbS09AKsmtuRP13l_zEdEiMYE2ZBSAkfW7zCPlrk0eAKwtBMTw8OFv6w_FuIqD5nJ4Rle5qXNwIJ9qiBor79LAzZypjj0ECwttWLhtjo/s1600/rthnybanner.png"/></a>
</div>



    0 comments:

    Post a Comment