954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Internal links doesn't work with Firefox

The internal links doesn't work with Firefox.
URL: http://www.senslac.com/enlaces.php

At top:

<div class="espai_gran centrar">
	<a href="/enlaces.php#enlace0">Asociaciones</a><span class="text"> | </span>
	<a href="/enlaces.php#enlace1">Blogs de Interés</a><span class="text"> | </span>
	<a href="/enlaces.php#enlace2">Marcas</a><span class="text"> | </span>
	<a href="/enlaces.php#enlace3">Restaurantes</a>
</div>


And behind:

<div id="resultats">
	<a name="enlace0"></a>
	<h3><b>Asociaciones</b></h3>

	[...]
	
	<a name="enlace1"></a>
	<h3><b>Blogs de Interés</b></h3>

	[...]
	
	<a name="enlace2"></a>
	<h3><b>Marcas</b></h3>

	[...]
	
	<a name="enlace3"></a>
	<h3><b>Restaurantes</b></h3>

	[...]
	
</div>


Has someone an idea?
Thanks.

beeding
Newbie Poster
2 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
 

I use the following on my site and works great

<div align="center"><a href="#sizing">Sizing</a></div>


This links to

<div align="center"><strong><a name="sizing" id="sizing"></a>Sizing</strong></div>


So you need to change yours to

<p><a href="#enlace1">Blogs de Interés</a><span class="text"> | </span>    </p>


Linking to

<a name="enlace1"></a>
<h3><b>Blogs de Interés</b></h3>


and it will work

high heels
Light Poster
33 posts since Jan 2010
Reputation Points: 10
Solved Threads: 2
 

Hi,

I wouldnt approach it in the same manner you doing it. I'd simply do it as follows by adding an id to each h3 heading within the document,

<b id="enlace0">Asociaciones</b> ...

<b id="enlace1">Blogs de Interés</b>


Make sense?

macneato
Posting Pro in Training
421 posts since Jun 2007
Reputation Points: 46
Solved Threads: 48
 

Thank you macneato, I used your code and... it's working!

I put the "id" in the B tag.

I don't understand why, but it's working.
Thank you again.

beeding
Newbie Poster
2 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
 

Can do in ie

yonker
Newbie Poster
13 posts since Oct 2009
Reputation Points: 10
Solved Threads: 1
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: