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
5. And before it paste the following code
For example, I am providing you with one of the images which I liked.
1. First open you dashboard and click "Design" and then navigate to "Edit HTML".
2. Then find this code
3. Then paste the following code before this code:]]></b:skin>
#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.
No comments:
Post a Comment
Leave your valuable feedback...