basically, all i have done is added in a little HTML link after each song, which when pressed plays the song in your default mp3 player.

After further thought on this, i realised that this setup will only work if you have theexact same folder structure for each Album. e.g. c:\My Mp3's\Artist - (Year) Album\Tracknumber - tracktitle.mp3.

All my mp3's conform to that, and are in that folder, so i can get away with hardcoding in the c:\mp3's\ and then using the placeholders to set in the rest of the path to the mp3.

BUT, if i wanted to play an mp3 in c:\Her Mp3's\... i couldnt, not without changing the coding etc.

So what we really need is a tag like this <---[mp3path]---> and when inserted puts in the actual path to the mp3, e.g. c:\my mp3's\Abba\Greatest Hits\12 - Dancing Queen.mp3

SO if that could be added it'd be great.