PDA

View Full Version : Images do not show up in IE


obelix
02-22-2008, 06:15 PM
Can someone please take a look at http://blog.anands.net and tell me why the images do not show up in IE but they show up in FF / Safari?

If I link the images to say another forum, the images show up, even in IE, so it has to do something with the CSS on the page. Incidentally, even the default 'simple' template also does not work.

Any help would be greatly appreciated.

dhdesign
02-22-2008, 06:29 PM
The problem isn't with the CSS on the page, it's with your blog configuration.

Did you recently upgrade your blog to version 1.7.1? If so, this issue has been brought up before. The reason your images are not displaying in IE because they have no value for the height and width:

<img src="images/20080222011914_dsc_8569and7more_tonemapped.jpg" alt="Sunset HDR" title="Sunset HDR" width="" height="" id="photo" />

Please read the following threads and check your admin panel to make sure your settings are correct:

http://www.pixelpost.org/forum/showthread.php?t=7901
http://www.pixelpost.org/forum/showthread.php?t=7790

In version 1.7.1, the path for your images in your admin panel should be ../images/, not the full path that 1.6 used.

obelix
02-22-2008, 06:36 PM
Fixed it - thanks.

Dennis
02-23-2008, 07:38 AM
Please search the forums next time.