Posted on: 9/4/2014 3:07:22 PM | Views : 512

I have a site of HTML pages. It is a one page site. All topNavigation is on the same page. Onclick of any of the links it takes me straight down to that link. I want whenever any link is called, in URL also it should take the page name. Please find some code related to it. As I am new to it, unable to find the exact solution.
<nav id="menu-wrap" class="menu-back cbp-af-header"> <div class="container"> <div class="sixteen columns"> <div class="logo"></div> <ul class="slimmenu"> <li> <a href="#home" data-ps2id-offset="100">home</a> </li> <li> <a href="#about">about</a> </ ...

Go to the complete details ...