Background sound

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to save music as background sound on my webpages, but everytime I try to save them to the page I keep getting the erorr. 'An error occurred accessing your fontpage web files, Authors....' I used to be able to put music on here. What has happened. It still lets me save anything else.
 
just go in the code view and in the body tag type in the command <body
bgsound="yourfile.wav">
note, this only works in Internet Explorer.
Otherwise, in the GUI, it is under Page properties > Background tab.


Chris said:
I am trying to save music as background sound on my webpages, but everytime I
try to save them to the page I keep getting the erorr. 'An error occurred
accessing your fontpage web files, Authors....' I used to be able to put music on
here. What has happened. It still lets me save anything else.
 
bgsound is not a valid body tag attribute

It is a separate IE only Html tag for use in the HEAD section of a page
<bgsound src="yourfile.wav">
See
http://www.eskimo.com/~bloo/indexdot/html/tagpages/b/bgsound.htm

--




| just go in the code view and in the body tag type in the command <body
| bgsound="yourfile.wav">
| note, this only works in Internet Explorer.
| Otherwise, in the GUI, it is under Page properties > Background tab.
|
|
| | > I am trying to save music as background sound on my webpages, but everytime I
| try to save them to the page I keep getting the erorr. 'An error occurred
| accessing your fontpage web files, Authors....' I used to be able to put music on
| here. What has happened. It still lets me save anything else.
|
|
 
I tried that and I still get the same error.
-----Original Message-----
just go in the code view and in the body tag type in the command <body
bgsound="yourfile.wav">
note, this only works in Internet Explorer.
Otherwise, in the GUI, it is under Page properties > Background tab.



(e-mail address removed)... webpages, but everytime I
try to save them to the page I keep getting the erorr. 'An error occurred
accessing your fontpage web files, Authors....' I used to be able to put music on
here. What has happened. It still lets me save anything else.


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top