Images in IE6

  • Thread starter Thread starter Immo
  • Start date Start date
I

Immo

When loading up pages the a lot of the images do not
appear and can only be rectified by right-clicking on the
image and selecting show pictures. I've tried repairing,
reinstalling, tinkering with firewall settings, upgrading
windows components but nothing seems to effect it.

I can't find anything else in the MS knowledge base that
can help. Anyone have any ideas?
 
I am having an issue with just a few images on a page with several images.
PHP scripting is used to programmatically write out the <IMG> tags, so the
same syntax is used for each image.

However, in a set of 10 images, there is one image that will not display in
IE. It displays in other web browsers. The page renders as though this
missing image is not present. All images were created using the same
process in the same graphics program.

Removing the ALIGN="LEFT" or ALIGN="RIGHT" from the <IMG> tag then renders
the image in IE6.

The URL in question: http://studiocdesigngroup.com/collections.php

One of the image tags in question:
<img align="right" src="http://studiocdesigngroup.com/zoom/Jewelry Store
2.jpg">

I thought perhaps the spaces in the filename was the culprit. I tried
replacing spaces with %20. No effect.

However, another <IMG> tag has the same behavior -- no spaces in the
filename:

<IMG SRC="/JACertifiedProfessionalLogo.png" WIDTH="137" HEIGHT="137" ALT="JA
Certified Professional" ALIGN="RIGHT">

Again, no image is shown -- HOWEVER, when the ALIGN="RIGHT" is removed from
the <IMG> tag, the image then displays in IE 6.

These pages and <IMG> tags display properly in other browser platforms.
This has been tested on one Windows ME machine and one Windows 98 machine,
both using 1.5Mbit DSL connections via a DSL gateway. No firewall, proxy,
or anit-virus software is interfering with the connection. Both computers
are running IE 6.0.2800. A check with Windows Update did not present any
available updates.


--
In accordance with Public Law No: 108-187, contact the following individual
for all issues pertaining to this electronic communication:

Joel D. Edwards
Executive Producer
ARTIST MARKET
(e-mail address removed)

http://artistmarket.org
 
Henri -
Please reread my original post. This issue affects files with and without
spaces in the names. You apparently did not read my entire post. Your
solution would not resolve my problem.

Simply removing the ALIGN="LEFT" or ALIGN="RIGHT" from the <IMG> tag will
render the graphic correctly. The space in the filename is not the issue.
Other images with spaces in the filename work correctly.


--
In accordance with Public Law No: 108-187, contact the following individual
for all issues pertaining to this electronic communication:

Joel D. Edwards
Executive Producer
ARTIST MARKET
(e-mail address removed)

http://artistmarket.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top