Newby Question - Sound Files

S

Steve Easton

A hyperlink to a sound file doesn't need a "target"
setting.
Simply link to the file
 
R

Roger Stenson

Hi all
I am building a web site for my grand-daughters brownies useing FPE from
Office Pro 2002 in XP
One of the pages listing the brownie songs has a backgroud wav file which
plays fine.
If you select hyperlinks for the other songs they play also. However when a
hyperling-selected song finishes, all navigation on the site is stopped and
the pages don't move. Most of my solutions have related to trying every
probable 'target frame' setting. I would be grateful for some advice please
Roger Stenson
 
R

Roger Stenson

Thanks for your help. Matthew. I have restored the site in its faulty
condition as cited below. The offending page is Brownie Things; The
reference half way down 'Click here for the Brownie Prayer is the one that
causes navigation to snag up

Roger Stenson
http://www.users.waitrose.com/~EatonBrownies/
 
M

Matthew

Try changing the link to the song from:
<a href="Sounds/Prayer.wav">
to:
<a target="main" href="Sounds/Prayer.wav">

This is just a guess, but it might work.

Matthew
 
Top