Help with coding please

<div class=>Type whatever you like in here!</div>

@ben @dan I have an image in folder images/x.png and I wish to replace text - Type whatever you want in here above with the image. What code do I need to change the above to, to meet my goal.

TIA

You can turn it into a dropzone, that way you can add any component in between the div tags.

So from this:

<div class=>Type whatever you like in here!</div>

To this:

<div class=>@dropzone("extraItems")</div>

You can learn more about Dropzones here: Dropzones | RapidWeaver Elements Docs

As always brilliant I was playing around with src: and was “failing” so THANKS all sorted and running brilliantly.