I have attached Image in document. Is it possible to show it using HTML?
something like
I was unable to do such thing.
Would be great if somebody share how to do it.
I have attached Image in document. Is it possible to show it using HTML?
something like
I was unable to do such thing.
Would be great if somebody share how to do it.
Subject: img URL syntax
The syntax is:
If the web page where you want to display the image is in the same domain then this can be shortened to:

On the document where you store the image you can compute the above in a computed field with a formula like this:
“<img src="/” + @WebDbName + “/0/” + @Text(@DocumentUniqueID) + “/$File/” + @URLEncode( “Domino”; @AttachmentNames ) + “" />”
Subject: $DelayedImagesOK = “ok” was a problem
I did the same and it did not work.
I found where was a problem
when I added this field it started to work properly.
$DelayedImagesOK = “ok”