Welcome Guest, Not a member yet? Register   Sign In
href not working on firefox and crome
#1

[eluser]dinisptc[/eluser]
Quote: <a id="menus_top" href="&lt;?php echo site_url(" target="_self" title="Homepage">Pagina Inicial</a>

Code:
<a  id="menus_top" href="&lt;?php echo site_url(" target="_self" title="Homepage">Pagina Inicial</a>
#2

[eluser]InsiteFX[/eluser]
Code:
<a  id="menus_top" href="&lt;?php echo site_url(" target="_self" title="Homepage">Pagina Inicial</a>

// should be like this:
echo site_url("news/local/123");

InsiteFX
#3

[eluser]pickupman[/eluser]
Or use the anchor() function.
Code:
&lt;?php echo anchor('news/local/123', 'Pagina Inicial', 'id="menus_top" target="_self" title="Homepage"');?&gt;




Theme © iAndrew 2016 - Forum software by © MyBB