My links in the html page do not work in Firefox.

I made som links in the same page in HTML, and they do not work in Firefox, although they work fine in Internet Explorer. I tried everything on this page: https://support.mozilla.org/en-US/kb/troubleshoot-and-diagnose-firefox-problems?esab=a & s = links + don % 27T + work + in + firefox & r = 19 & as = s

This has been a problem for years. Why not in page anchor links work? I'm just using html with Wordpad to create my pages, not CSS.

Rules of the House at the top of the page.

<a href="#PCgen">Character generation</a>
<a name="#PCgen"><center>
	<img src="KFR0 images/buts/bar swordcloth.gif" width=500 height=80>
</a></center>

It would be in the correct manner. Clear the # and close this tag a name immediately.

 <a name="PCgen"></a> <center>
	<img src="KFR0 images/buts/bar swordcloth.gif" width=500 height=80>
</center> 

Tags: Firefox

Similar Questions

Maybe you are looking for