Here is the webpage in question.
And here is the code: (with the music part in red)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>A Christmas card from Nick, December 2011.</title>
<link rel="stylesheet" type="text/css" href="xmasstyle2011.css">
</head>
<body>
<table border="3" cellspacing="0" cellpadding="0" bordercolor="#99CCFF" bordercolorlight="#DBEDFF" bordercolordark="#5B7997"><tr><td>
<object id="MediaPlayer1" width="300" height="45" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"
standby="Loading Microsoft Windows Media Player..." type="application/x-oleobject">
<param name="FileName" value="RichardSouther_The HollyAndTheIvy.mp3">
<param name="animationatStart" value="false">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-100">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="MediaPlayer" src="RichardSouther_The HollyAndTheIvy.mp3" autostart="true" showstatusbar="1" volume="-1" height="50" width="300"></embed></object>
</td></tr></table>
<div id="container">
<img src="banner.gif" width="485" height="40" style="position:relative; left:35px; top:-50px; "z-index: -3">
<p style="position:absolute; top:-64px; left:65px; z-index: 7"><font face="Comic Sans MS"; color="FFCC33" size="5">To Everybody, </font></p>
<img src="simpsons-snow-c.jpg" width="740" height="474" style="position:absolute; left:-0px; top:0px; "z-index: -2">
<img src="snowman-an3.gif" width="167" height="208" style="position:absolute; left:346px; top:215px; "z-index: -1">
<img src="xmasbells_an.gif" width="350" height="321" style="position:relative; left:450px; top:-145px; "z-index: -3">
</div>
</body>
</html>
I do have the mp3 music file in the same directory as the other files for this page.
I've been trying to sort this out for over a week now without success so if anybody can suggest a solution, I will be very grateful.
