Quote Originally Posted by Turan Mirza View Post
Thanks Egg ,that's kind of what I have right now, the problem is imbedding it in an icon or button. right now I have to upload the image to the folder separately.
The code for this, should it work, is quite simple.

Load the image onto the page.
Give it a special Name of filename="anxietyrelief" (Xara provides the jpg). In v17, you can use Image Filename instead. Do ensure JPEG is forced in the same dialog.
Clone in and in its Placeholder Body Code and add in:
Code:
<a href="https://www.feel-good.today/downloads/Anxiety%20Relief%20by%20Feel%20Good%20Hypnosis.mp3" download><img src=""index_htm_files/anxietyrelief.jpg" width="100%" height="100%" /></a>
You now should have an invisible overlay with a click link so put the image underneath.

Perhaps you can add similar code toy your working version.

Acorn