Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to navigate to other pages #7

Open
ravishan110 opened this issue Jun 25, 2019 · 1 comment
Open

Not able to navigate to other pages #7

ravishan110 opened this issue Jun 25, 2019 · 1 comment

Comments

@ravishan110
Copy link

ravishan110 commented Jun 25, 2019

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.

@BetoFrega
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants