Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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 cavab
  • 1 has this problem
  • 4 views
  • Last reply by 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?

All Replies (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>

Modified by cor-el