THTMLLabel not showing inserted images?

I setup the image source virtual image list 16x16 and inserted the image index in to the html code. i.e. however no image shows when I run the program. Note that the image list is populated at run time because the .ico files are 32bit and that is the only way to load and keep the good look and different sizes for the virtual image list. Is that the problem (is the image embedded in to the html rather than referenced when shown) ?

Thanks.

I can only assume/guess that you are not referencing the imagelist images correct.
These should be set with
https://www.tmssoftware.com/site/minihtml.asp

Yes, I used the "insert image" button but it only created it as the index without the idx: part (the ide has 0 icons in the image list at the time - I just manually type in the number), Anyway I added that idx: and now it works. Thanks.