HOW TO ADD SCROLL TOP & BOTTOM BUTTON WITH AUTO SCROLL DOWN
Written explanation
1) Go to Blogger Dashboard → Template → Edit HTML.
2) Now Find the code shown below using [ctrl+F] (Use In HTML Box)
2) Now Find the code shown below using [ctrl+F] (Use In HTML Box)
</head>
3) Now Paste the Code Shown Below just Before it.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
4) Now Find the code shown below using [ctrl+F] (Use In HTML Box)
</body>
5) Now Paste the Code Shown Below just Before it.
<script src='https://pc-tools-tips.googlecode.com/svn/wiki/autoscroll.wiki' type='text/javascript'></script>
6) Now save your template.