Welcome Guest, Not a member yet? Register   Sign In
How to link with a hash in URL?
#1

I am trying to create a simple link as seen in the code below.
Code:
<li class="nav-item">
    <a class="nav-link" id="nav-item" href="<?=site_url('Home#About');?>"> About</a>
</li>
What I want to happen is when the user clicks the link, it will take them to the section of the page it's linked to.  When I click this, nothing happens.  I have tried configuring the routes.php file to allow the link to work, but nothing happened. 

Manually typing in the URL works fine.  

What kind of workaround would you recommend for this?  Thank you in advanced!
Reply


Messages In This Thread
How to link with a hash in URL? - by lnzbuyao - 03-10-2018, 05:02 AM
RE: How to link with a hash in URL? - by jreklund - 03-10-2018, 08:48 AM
RE: How to link with a hash in URL? - by InsiteFX - 03-10-2018, 10:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB