Adding a 'trigger or icon' which opens an information box

Yes, this is also possible - as you can see in the example in my previous post.

You will need to drop the image into your projects extra-assets folder

image

Then you will need to make reference to the image in your HTML code like this:

<div><img width=300px src="$EXTRA_ASSETS/Honeycomb.jpg"></div>
2 Likes