Hi,
I thought I'd try your app and see if I can replicate my home network intranet webpage
I have links for some key services on my home network; pihole, docker, nextcloud, etc.
In my written from scratch webpage, I wrote these links as follows:
<div>
<a href="http://myserver.lan:8804">
<embed src="./images/minecraft_plan.svg" width="100" height="100" type="image/svg+xml"/>
<br/>Minecraft Server Player Stats
</a>
</div>
I was hoping not to have to use a custom code block for this unit, but I cannot see how to wrap some tag in an anchor tag. Is this achievable with your interface whilst using the standard tag drag and drop? thankyou