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

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

Guest

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

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