evie
evie copied to clipboard
Not able to navigate to other pages
I am not able to navigate to other pages, no matter what i try. I am using below code to navigate to other pages:
<nav class="navbar__menu">
<ul>
<li><a href="consumers.html">Consumers</a></li>
<li><a href="businesses.html">Businesses</a></li>
<li><a href="need-help.html">Need Help?</a></li>
</ul>
</nav>
I have all the three html files in the same directory as the index.html
. Any help would be appreciated. Please tell me what am i doing wrong.
Hi @ravishan110 . Could you show us the full source on a repository so we can help you?
It is likely that adding a leading slash could solve the problem. It also depends on wether those files reside within the domain's root folder or if they are on a folder of their own on.