Hi,
thanks for your post, and sorry for the trouble.
Yes, this is possible by adding HTML code like
<span id="ABC" />
to each row (e.g. always in the first cell). The ABC part has to be different/unique for each row, and I recommend to only use lower case letters, numbers, and the hyphen there. You could e.g. use the “Title” of your songs for this, like
<span id="horizon-lines" />
or
<span id="the-gift" />
Then, you could directly link to that row, by using a URL like
http://joelschwartz.ca/music-library/#horizon-lines
and
http://joelschwartz.ca/music-library/#the-gift
i.e. the base URL of that page plus the chosen ID appended after a #.
Regards,
Tobias
That works thank you! I don’t know if I’m pushing my luck here, but is there any way to get it to play as well?
Hi,
no, sorry, not with this method. If you want an auto-play, you would need custom JavaScript code, I think.
Regards,
Tobias