Hello,
I've add some image file.jpg to my htm page, there is a problem with viewing this image as a part of htm page, I don't get what the problem is, the attribute was inserted correctly, the path is correct, the other pages that works with other imgs do not work with this one, I think the problem could be in properties of specifically this img, but I have no idea how to fix it, may someone help me with this thing
Thanks

HTM page dosn't show the img
orlop
Is the image "local" to your gadget, is the image going to be uploaded to the gallery
If you need to get the path of an image that part of your gadget, try something like this:
var imagePath = m_module.resolveUrl('arrow_left.gif');
myImage.src = imagePath;