sound greyed out in redesigned site (DWT ?)

  • Thread starter Thread starter Larry
  • Start date Start date
L

Larry

I am not able to add sound.
option is grayed out.
page options / authoring are all set to custom.
Is this related to DWT ?
Do I need to create a dwt that excepts the sound option, if possible?
 
Yes, it is related to the DWT. FrontPage places the <bgsound tag in the
<Head> section of the page, which is (mostly) not an editable region.

Your options are:

Add the sound to the DWT. This will place the sound in every page using
that DWT.
After adding the sound, in code view, you can move the sound tag inside the
editable region in the <head> section near the <title> tag, the sound tag
can then be deleted on pages where it is not needed.

Or:
Make a copy of the existing DWT, add sound to the copy and apply the copy to
pages where sound is applicable. Again, moving the sound tag to the
editable region enables you to change the sound file in code view.

Ron
 
Thanks Ron,

Ronx said:
Yes, it is related to the DWT. FrontPage places the <bgsound tag in the
<Head> section of the page, which is (mostly) not an editable region.

Your options are:

Add the sound to the DWT. This will place the sound in every page using
that DWT.
After adding the sound, in code view, you can move the sound tag inside
the
editable region in the <head> section near the <title> tag, the sound tag
can then be deleted on pages where it is not needed.

Or:
Make a copy of the existing DWT, add sound to the copy and apply the copy
to
pages where sound is applicable. Again, moving the sound tag to the
editable region enables you to change the sound file in code view.

Ron
 

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

Similar Threads

DWT 1
Dynamic Web Template Grayed Out 3
dwt after crash: it's still a mess 1
dwt after crash 6
Frontpage 2003 DWT changing Page Properties 2
sound 13
DWT problem 6
linking DWT's 11

Back
Top