-->

Adding back to top button on your Blogger blog

I am gonna tell you about back to top button and how to add them to your blog. It a small button [link] which gives the visitors a functionality to navigate easily through you blog/site. You can see that for an example on my other blog here. Its not really a big deal doing that. The steps are as follows:

1.   First open you dashboard and click "Design" and then navigate to "Edit HTML".
2.   Then find this code                   
]]></b:skin>
3. Then paste the following code before this code:
#backtotop {
padding:5px;
position:fixed;
bottom:10px;right:10px;
cursor:pointer;
}
 4. Now find
</body>

5. And before it paste the following code
<a href="#" id="backtotop"><img src="Image-Url" alt="back to top" /></a>  
6. Now replace the Image-Url with the image link of ur choice!

For example, I am providing you with one of the images which I liked.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYEAyKudi-98uUNvaunCApLClszZc4D_jV2tktME5ZV7nnsfVjpQOxrB8Id03DmXtrgspf0CXvGhERlSR2_djhbHVKmdU3ApJ1YTLxZR5JtyCdXa6V5i1Gl8GtD2IoeoAErsYrl0oXotN-/s400/bttp-11.png

No comments:

Post a Comment

Leave your valuable feedback...