I have a very simple html file which includes two images:
<img src=""> <img src="">
The path to the files are correct and I can view both the files on my browser by directly
going to the src path. However, when this html file is viewed, the tif file appears broken.
Any ideas? Do I have to enable some setting to be able to render tif formats when embedded
into a file?
I can easily convert this to a different format, but I need to have a tif file showing on this page.
Any ideas?
Thank u