Linking images in HTML not working

Here is the website. I am trying to link product images into my shopping cart. I have tried every config I can think of. Any Ideas?

You just need to remove “shop” from the link:

Right now you have https://thespeedrelease.com/shop/resources/product1.jpeg but it should be https://thespeedrelease.com/resources/product1.jpeg

notice the shop/ part of the url is removed :slight_smile:

Hope that helps!

when I search thru the code I can only find Speed Release Regular

I replaced that with your suggestion and viola!
thanks once again Dan!

1 Like