Holy code errors. Mostly deprecated tags.
Showing results for http://musiceducationandcompositions.com/compositions.html - Nu Html Checker
Alright. You've got some other strange stuff going on. I'm seeing a PHP include starement in your code which I should never be able to see. What's that about? Maybe because .html files don't parse PHP code. Or your server doesn't support PHP code in .html files.
Are there supposed to be audio files for each song title?
<tr>
<td><div align="center">A Chance In Heaven</div></td>
<td><div align="center">Ballad</div></td>
<td><div align="center"><a href="compositions/A/a_chance_in_heaven/a_chance_in_heaven.pdf"><img src="images/silver_pen.jpg" width="45" height="33" border="0"></a></div></td>
<td><div align="center"></div></td>
</tr>
<tr>
<td><div align="center">A New Beginning</div></td>
<td><div align="center">Ballad</div></td>
<td><div align="center"><a href="compositions/A/a_new_beginning/a_new_beginning.pdf"><img src="images/silver_pen.jpg" width="45" height="33" border="0"></a></div></td>
<td><div align="center"><a href="/dreamweaverfiles/compositions/A/a_new_beginning/a_new_beginning.wav"><img src="images/Drums.gif" width="45" height="33" border="0"></a></div></td>
</tr>
The link to audio file noted in red above is 404 not found on server. Probably because there is no "dereamweaverfiles" folder on your server.
Are you using links relative to Site Root or Document in DW? See screenshot.

Nancy