Advertisement
b0rn-to-be-wild

NAVIGATION MENU HTML

Mar 3rd, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Paste the following code under <body>:
  2.  
  3. <!---- NAVIGATION MENU by borntobewildcodes ---->
  4.  
  5. <div id="navigation_menu">
  6.  
  7. <div id="navi">
  8. <div id="navitr"></div>
  9.  
  10. <a href="{text:Link 1 url}">{text:Link 1 name}</a>
  11. <a href="{text:Link 2 url}">{text:Link 2 name}</a>
  12. <a href="{text:Link 3 url}">{text:Link 3 name}</a>
  13. <a href="{text:Link 4 url}">{text:Link 4 name}</a>
  14. <a href="{text:Link 5 url}">{text:Link 5 name}</a>
  15.  
  16. <!-- You can add more links here -->
  17.  
  18. </div>
  19. <!-- End navi -->
  20.  
  21. <center><span class="sf sf-navigation-o"></span></center>
  22.  
  23. </div>
  24.  
  25. <!-- End navigation_menu -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement