You're using wrong punctuation marks. Also, you have closing a-tags where there are no opening a-tags. This is wrong:
Code:
leftrightslide[24]=‘<a href="https://amzn.to/2ClfhpV" target="_blank"><img src="Pictures/ChillCover-Scroll.jpg" border=1></a>'
leftrightslide[25]=‘<img src="Pictures/Gratitude.jpg" border=1></a>’
This is right:
Code:
leftrightslide[24]='<a href="https://amzn.to/2ClfhpV" target="_blank"><img src="Pictures/ChillCover-Scroll.jpg" border=1></a>'
leftrightslide[25]='<img src="Pictures/Gratitude.jpg" border=1>'
Bookmarks