We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

I just loaded firefox but our club websites music does not play, some text is missing and some links do not work.This seems like a lot of problems I didn't have with EI. How do I fix these?

  • 4 Antworten
  • 1 hat dieses Problem
  • 4 Aufrufe
  • Letzte Antwort von cor-el

more options

Question I just loaded firefox but our clubs websites music does not play, some text is missing and some links do not work or do not even show up .This seems like a lot of problems I didn't have with EI. How do I fix these?

Question I just loaded firefox but our clubs websites music does not play, some text is missing and some links do not work or do not even show up .This seems like a lot of problems I didn't have with EI. How do I fix these?

Alle Antworten (4)

more options

http://www.hvmarc.org

That's not a real web page, it's an Office document with an html file type.
See this Validation report.

more options

I'm sorry....your light years ahead of me in your answer. Everything worked fine in IE browser. This site has been up for 4-5 years and worked fine . Now I don't get the music on the pages, text is missing and links don't work. Can it be fixed so I can stay on firefox?

more options

For the record. For me, looks O.K. with music in IE9. Looks O.K. but no music in Firefox 8.0 and Chrome. Doesn't finish loading in Opera.

more options

BGSOUND only works in IE and not in Firefox.

 <bgsound src="index_files/sound266.wav" loop=infinite>

You can use one of these codes:

<object data="index_files/sound266.wav" type="application/x-mplayer2" width="0" height="0">
<param name="filename" value="index_files/sound266.wav">
<param name="autostart" value="1">
<param name="loop" value="99">
</object>


<embed src="index_files/sound266.wav" type="application/x-mplayer2" autostart="1" playcount="99" height="0" width="0">
<noembed><bgsound src="index_files/sound266.wav" loop="-1" ></noembed>

Geändert am von cor-el