How to add a library image in the weather module

I have an image as a title in the same region that the weather forecast is shown, but apparently it is not work to insert it in the same way as a text module, because it is not shown. in the first line I am trying to add the image here:

how should i write the source? thanks!

@natasha would you help me with this, please?

Hi,

You need to use a library reference rather than the URL. So change your code to:

<img src="[95775]" />

The visual editor in the text module does this for you when you load/save - but in raw HTML boxes you need to use the reference.

Thanks,
Dan

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.