Insert code html

Hello everyone,
I’m making a weather forecast app and I’m trying to insert the following html code: <a href='http://en.sat24.com/en' target='sat24'><img src='https:// api.sat24.com/mostrecent/EU/visual5hdcomplete' width=1150 height=700></a>
which serves to show a constantly updated satellite map.
How can I enter this code?
I couldn’t find any solution using the community search function.
Can you help me?
Thank you

I inserted the html code here in the request but it is not displayed, how can I show it to you?

Use preformatted text

I fixed it for you … you have to remove the space after the //

before
<a href='http://en.sat24.com/en' target='sat24'><img src='https:// api.sat24.com/mostrecent/EU/visual5hdcomplete' width=1150 height=700></a>

after
<a href='http://en.sat24.com/en' target='sat24'><img src="upload://lbJOghZ6I0viYdC8aiURyYxjjjO.png" width="1150" height="700"></a>

Taifun

1 Like