Welcome Guest, Not a member yet? Register   Sign In
Rewrite for inline anchor
#6

[eluser]ray73864[/eluser]
use either site_url() or base_url() as shown in the user_guide for the 'url helper'.

something like: <a href="&lt;?= base_url() ?&gt;#xxx">Go to category XXX</a>

or use the anchor() function: &lt;?= anchor('controller/function#xxx', 'Go to category XXX'); ?&gt;


Messages In This Thread
Rewrite for inline anchor - by El Forum - 10-09-2008, 02:58 AM
Rewrite for inline anchor - by El Forum - 10-09-2008, 03:05 AM
Rewrite for inline anchor - by El Forum - 10-09-2008, 03:35 AM
Rewrite for inline anchor - by El Forum - 10-09-2008, 04:29 AM
Rewrite for inline anchor - by El Forum - 10-09-2008, 04:38 AM
Rewrite for inline anchor - by El Forum - 10-09-2008, 05:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB