Click to See Complete Forum and Search --> : jpegs not loading in ie/association is fine/help!


paulmo
02-17-2008, 10:05 AM
notepad/ie...gifs are working fine but jpegs not loading (blank box with red x).
have associated jpeg with ie in windows/tools. jpegs do open directly with ie, but not from notepad/ie...code/locations all good, as gifs work fine.

help please--thanks

tracknut
02-18-2008, 10:42 AM
Give us a link to the page, it's hard to guess.

Dave

WebJoel
02-21-2008, 03:32 PM
It's a gambit without seeing your code, -but is there any chance that one image is a *jpg and being referanced as *jpeg?

toicontien
02-21-2008, 04:00 PM
One of two things could be wrong:

1) You edited your pages using a WYSIWYG editor on your computer, then uploaded the pages only to find your images don't show up. The src attribute of the JPGs could be pointing at files on your local computer, not the remote server.

2) You're not saving your JPGs using RGB color, and instead they are saved with CYMK color. If using Photoshop, always, always, always, always, always use File > Save For Web when saving JPGs. That automatically converts them to RGB color, and it also removes some often times problematic XML data that comes before the JPG data, which IE-Win can choke on.