Thursday, February 28, 2013

How to make a button/feature back to top/ back to top blogger-blogspot




            Back to top Button or Back to top Button is web log feature that makes visitors blog back to the top of the page with a click of a mouse without scrolling. The effect is overwhelming, especially for a blog that has a long page, The layout of the buttons back to top feature this time is on the right footer.

How to add the Back to top for Blogspot:

  1. Log in to edit the HTML
  2. Find the code tag </body>
  3. Enter the following

How to add the 'Back To Top' for Blogger Blogspot:
1. Log in to edit the HTML.
2. Find the code tag </ body> (Ctrl + F)
3. Enter the following code above the </ body>:
    <a href='#' style='position: fixed; right: 15px; bottom: 15px; outline: medium none; border: 0px none;' title='Back to Top'> <img alt = 'Back to Top' border = '0 'src =' url /> </ a>
    
 







Example:
    <a href='#' style='position: fixed; right: 15px; bottom: 15px; outline: medium none; border: 0px none;' title='Back to Top'> <img alt = 'Back to Top'

  1. If you have enters everything and make sure nothing is missing and save template

No comments:

Post a Comment