IE 6 won't load pictures

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I made a new template for my website, and the HTML and CSS is all valid.
However, I have 3 tables, each with one image and some content. On the first
two, the pictures show up just fine. However, on the last one, I cannot see
the picture at ALL, not even a red X. And when I look at the source code,
all I see is the <div></div> tags with NO image URL. When I open it up as a
preview on my desktop, I can see the picture. When I uploaded it to my
server, it was gone.

I have tried deleting my temp files, rebooting, turning off my firewall,
etc. Also, People I ask to look CAN see the photo, only I can't. I even
tried downloading Firefox, and that won't work either. Any suggestions?
 
Hi Katie,

Are your pictures the background images to your DIV tags? If so check your
your internet settings - General tab - Accessibility button - Ignore colors
specified on web pages.

This option has the side effect of also ignoring background images as well
as colors. Try your web page on another browser and you will see the
difference in behavior.

You can avoid this by placing <img> tags within your div's or just place the
<img> within a table cell and set the cells alignment style to display the
picture the way you want it.

Regards.
 
Back
Top