Background sound

C

Chris

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.
 
A

Andrew Murray

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.
 
S

Stefan B Rusynko

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.
|
|
 
G

Guest

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.



[email protected]... 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.


.
 
Top