internal document hyperlinks does not

I created a web page of html with internal hyperlinks to parts of the page, for example < a href = "#qm_1.0" > QM. 1.0 < /a >, which connects to < a name = "#qm_1.0" > QM 1.0 < /a >.
These links work fine in IE but not with Firefox. Links to other pages are ok.

It is this code:

<a href="#qm_1.0">QM. 1.0 </a> linking to <a name="qm_1.0">QM 1.0 </a>

Tags: Firefox

Similar Questions

Maybe you are looking for