Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

Web page links within a webpage do not work in Firefox but work in IE.

more options

My links on my website work in IE11 but not in Firefox. I am wanting to use Firefox as my default browser. What coding can I use to make them work in Firefox? I have a list of programs with links to the flyer on the same page. These are the links not working.

My links on my website work in IE11 but not in Firefox. I am wanting to use Firefox as my default browser. What coding can I use to make them work in Firefox? I have a list of programs with links to the flyer on the same page. These are the links not working.

Krejt Përgjigjet (3)

more options

Are these ordinary links such as:

<a href="mypage.html">

Can you post a link to the page?

more options

Here are the tags that I am referring to:

<a href="#sum17"></a> used in the listing of programs

<a name="#sum17"> </a> used in the paragraph or table where information is listed.

The link to webpage is http://www.spls.lib.ok.us/

more options

In the tag <a href="#blahblah"> Firefox is going to look for id="blahblah" or name="blahblah" -- in other words, what follows the hash symbol.

Therefore, where you have <a name="#blahblah"> change it to <a name="blahblah">.