Add a sound to a individual pages within Dynamic Web Templates?

C

Chauvin5

I converted my shared borders web to DWT and now I can't add a sound to play
on opening. The option is grayed and not available regardless of where I try
to enter it in the page.
How do I add a sound to individual pages and not the entire web?
 
R

Ronx

For IE only:
in the DWT set up an editable region in the <head> section of the page
(similar to that for the page title) and then:
place the code <bgsound src="sound.wav" loop="-1">in the region. This can
be deleted for pages without sound, and the filename and loop changed for
other pages using page properties.
 
W

www1

you can find it here: http://www.plsgoogleit.com

Ronx said:
For IE only:
in the DWT set up an editable region in the <head> section of the page
(similar to that for the page title) and then:
place the code <bgsound src="sound.wav" loop="-1">in the region. This can
be deleted for pages without sound, and the filename and loop changed for
other pages using page properties.
 
Top