Navigation arrows for large pages
Copy this code and paste it in your HTML
<a href="#bottom" name="top">↓ ↓ ↓</a> <a href="#top" name="bottom">↑ ↑ ↑</a>
<!--style example-->
.local_nav{
float: left;
margin: 0px 0 0 10px;
width: 40px;
height: 10px;
font-family: Arial;
font-size: 1.5em;
}
Report this snippet