Welcome Guest, Not a member yet? Register   Sign In
text anchors in CI
#1

[eluser]gorfdo[/eluser]
I need to be able to navigate to different points on a page, normally using a <a>name</a> then adding ?name to the url, how is this done in CI?? i keep getting 404s with the ?
#2

[eluser]coolfactor[/eluser]
This has nothing to do with CodeIgniter.

Your correct syntax is not with a "?", but with a "#".

<a href="/some/page/#menu">Menu</a>




Theme © iAndrew 2016 - Forum software by © MyBB