evie icon indicating copy to clipboard operation
evie copied to clipboard

Not able to navigate to other pages

Open ravishan110 opened this issue 5 years ago • 1 comments

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.

ravishan110 avatar Jun 25 '19 08:06 ravishan110

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.

BetoFrega avatar Nov 09 '19 15:11 BetoFrega