I dont think that is the problem because I can directly access and view the image on the browser when I use the src " http://mysite.com/images/2.tif" It's only when this src is embedded in a file such as html that it shows up as broken link image.
On Tue, Mar 18, 2008 at 5:44 PM, j k <[EMAIL PROTECTED]> wrote: > I think you need a plugin similar > http://www.alternatiff.com/ > > to view tiff files in a browser. > > > On Tue, Mar 18, 2008 at 4:27 PM, Liz Kim <[EMAIL PROTECTED]> wrote: > > > I have a very simple html file which includes two images: > > > > <img src="images/1.jpg"> > > <img src="images/2.tif"> > > > > 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 > > > >