Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Michael Gordon
Liz, I don't think this is an Apache issue unless you have not set the mime/types correctly for image formats. I think it may be a web browser issue, or a third party software issue blocking your .tif image files. What web browser are you using. Please provide a URL to one of your image fi

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Nils Jeppe
On Tue, 18 Mar 2008, Liz Kim wrote: 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. I hate

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Skye Poier Nott
Its not an apache issue, its a browser issue. Apache serves the tif file the same whether it was entered directly in the location bar or referenced from html. The browser is in charge of rendering the image inside the document. Skye On 18-Mar-08, at 5:48 PM, Liz Kim wrote: I dont thi

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Liz Kim
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 PROT

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread j k
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: > > > > > The path to the files are correct and I can view both the fil

[EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Liz Kim
I have a very simple html file which includes two images: 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 abl