I’m trying to insert code at the bottom of my main page, but I get the parsing error. The code is for an image and looks like this:
I’m getting the error on the first “<”
Developer tools are enabled.
I’m trying to insert code at the bottom of my main page, but I get the parsing error. The code is for an image and looks like this:
I’m getting the error on the first “<”
Developer tools are enabled.
You can’t embed HTML in a Wix Code page. You might want to consider using an HtmlComponent . For more information, see the article Working with the HTML Component in Wix Code .
Another option would be to use the $w.Image component and set the .src property to the URL of the image you want.
See the Wix Code documentation to learn how to user Wix Code.
so should I proceed with embedding a widget?
Well, you have the option of using the HtmlComponent or the $w.Image. Whichever works for your use case.
Is there anyway to get additional help with this?
The article Wix Code: Working with the HTML Element should give you a good start.
that didn’t help… i’ll try opening a ticket
Am trying to put a column in a table which will have a button that is linked to a lightbox. Apparently its impossible in wix. How can I customize my code to have this feature?..or Any ideas on how I can work this out. Please.