Add Back To Top Button To Your Blogger Blospot


If you have got a lot of content on your blog pages, And if you want your blog to be easy to use for visitors, A back to top button on your blogspot blog will make it easier and faster to your visitors when it comes to fast exploring and browsing.

Here is a simple and easy way to have your visitors jump to the top of your page without scrolling with a floating Back to top button. Just add a gadget for Html/Javascroipt and then paste the code in it.

How To Add Back To Top Button To Your Blog


1. Go to Blogger > Design
2. Choose HTML/JavaScript widget
3. Paste the following code inside it and save widget.
<!--Back to top Start free8web.blogspot.com-->
<a alt="Back to Top" style="display:scroll;position:fixed;bottom:25px;right:5px;" href="#" title="Back to Top"><img onmouseover="this.src='http://2.bp.blogspot.com/-fpIauC0I3L8/Tt3tUyuH4QI/AAAAAAAAAwY/WOgotCM93iE/s1600/BTT+large.gif'" src="http://4.bp.blogspot.com/-6vQZnvx3dMQ/Tt3tXGOhXjI/AAAAAAAAAwc/ns-DQZP4JF8/s1600/BTT+small.gif" onmouseout="this.src='http://4.bp.blogspot.com/-6vQZnvx3dMQ/Tt3tXGOhXjI/AAAAAAAAAwc/ns-DQZP4JF8/s1600/BTT+small.gif'" /></a>
<!--BACK to TOP-IMAGE-STOPS-->
<!--Back to top End free8web.blogspot.com-->

UPDATE: Go to Design > Page Elements > ADD A GADGET > Choose HTML/Javascript


Paste the following code inside it, and Save widget...