Hi, I’m new to Wix and trying to work out why the code below doesn’t display the image as it does on the My SQL site. I appreciate that there are differences so any help would be appreciated…
Hey
You can’t just add ordinary html code into Wix Code. You can add an image elements onto your page and then set the src of that image to your image using the $w(“#imageId”).src = " https://www.designer-cakes.com/wp-content/uploads/2016/05/468taughtgold.png ";
Good thing to do is to go to Wix Code API Reference and start reading it all under the $w and you will learn how to work with all ordinary Wix Editor elements. They you will go WOW and then you can do so much using so little code.
Thanks Andreas, will give that a go.