Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why Internet Explorer can not display an image on the site?

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. Am I missing 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

like image 817
Emanuel Avatar asked Jun 16 '10 19:06

Emanuel


1 Answers

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).

I tried resaving the image in GIMP, and it indeed works now in IE for me.

like image 197
houbysoft Avatar answered Sep 21 '22 16:09

houbysoft