How can I embed an image to my existing website?
Автор: Jozsef Torok
Просмотрено 1553,
Подписчики 1,
Размещенный 0
I want to embed this: <img src="https://alternative.me/crypto/fear-and-greed-index.png" alt="Latest Crypto Fear & Greed Index" />
Thanks :)
Размещено
Hello Jozsef,
You can put that code directly into an HTML Object in your WebSite X5 project:
Or alternatively you could put the code inside a Text Object if you 'Enable HTML Code' on the edit toolbar:
https://help.websitex5.com/en/v2019.2/pro/index.html?ogg_testo_tab1.htm
Enable HTML Code
With this command, you can enter HTML code directly in the text page. When working in HTML mode, the < and > characters are not interpreted as "less than" and "greater than", but instead anything that is between them is interpreted as an HTML tag.
Kind regards,
Paul
Search the WebSite X5 Help Center (multilingual)
PS: the screenshot and help file extract are from the latest version of WebSite X5, but older versions are very similar in this regard.
The recommended solution is to handle the image through an image object.
For what it's worth in such cases I always copy the image locally and place it on my page. I then link to the original image. I have been caught in the past where an image is renamed, deleted or the page it is on is renamed, even if this happens the image is still visible on my site.