views:

33

answers:

2

I have a site that is managed with Joomla. I want to display an image in one of my articles but that image can not be viewed in Internet Explorer but other browsers can display it, although the path is ok. I miss something?

Link: http://ascorbrasov.ro/images/stories/necula_ctin2.jpg

Html:

<img src="/images/stories/constantin_necula2.jpg" border="0" 
     title="Constantin Necula - Conferinta" />

Thanks

A: 

Try right-click on your image and check for encoding and URL.

Try copy/pasting URL of image in address bar and see if the image is rendering.

If it still doesn't work :

http://www.brighthub.com/computing/windows-platform/articles/30770.aspx

http://support.microsoft.com/kb/283807

You could also try to open your image in an image editor (Paint.NET is free) and save it back to disk. It could work.

Good luck!

Philippe
+3  A: 

Make sure you didn't use the CMYK colorspace when creating the image, which IE can't handle. Saving it in RGB colorspace should fix the problem (for example, in Adobe Photoshop, use the "Save for web..." option).

Edit: I tried resaving the image in GIMP, and it indeed works now in IE for me. Here is a link to the resaved image : http://rapidshare.com/files/399778617/necula_ctin2.jpg.html

houbysoft