Inserting images into HTML help pages

I am developing context based help pages for a ‘canned’ application we have using Ignition.
I am creating help pages such as this with HTML:


I would like to take screen shots and store a *.jpg and wrap text around the images to create rich help pages. I cannot find the path to the gateway image folder :


Is this possible , and can I add images into the HTML text?

Sure, the images get “mounted” at [tt]http://your-gateway:port/main/system/images/[/tt]

So for example:
[tt]http://your-gateway:port/main/system/images/document_edit.png[/tt]