Closed
Bug 272377
Opened 20 years ago
Closed 20 years ago
The index links within page don't work. The 'top of page links do'
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 154754
People
(Reporter: gavin.odonnell, Assigned: bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0 On the page the index links do not work with firefox but do work with explorer. The page is written with normal html. One or two of the internal page links do work but most do not. Does this mean people using my site will not be able to use the internal links. gavin Reproducible: Always Steps to Reproduce: 1.go to http://www.frenchgites-4u.com/terms.html 2. click on the index listed 3. Actual Results: the internal links don't work Expected Results: jumped to the clicked index items The site is frenchgites-4u.com and seems to work ok generally
Comment 1•20 years ago
|
||
The problem is that you use capital letters in the links, but not in the anchor names - for example you have an anchor <a name="archery"> but you link to http://www.frenchgites-4u.com/terms.html#Archery. The HTML spec says that the name attribute is case-sensitive, so you need to either change the anchor name to "Archery" or change the link to point to http://www.frenchgites-4u.com/terms.html#archery. See bug 154754 or bug 208656.
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 154754 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•19 years ago
|
||
--> Websites :: www.mozilla.com so timeless can close out Firefox :: Product Site.
Component: Product Site → www.mozilla.com
Product: Firefox → Websites
Comment 4•19 years ago
|
||
-> Firefox::General (939393)
Component: www.mozilla.com → General
Product: Websites → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•