Images

  • Thread starter Thread starter Ando
  • Start date Start date
In IE, Tools, Internet Options, Advanced Tab - scroll down to Multimedia and make
sure "Show Pictures" is checked.
 
I've done a test. I've downloaded the page and still windows explorer
doesn't see the image.
The image is *.png file. Then I've copied in the files folder a .gif file
and according with it I've changed
in the html file the statement >>>
<img alt="" src="howes_files/ie-spyad1.gif" ..........
and explorer shows the image !!!!
Is it possibile that a *.png file can not be seen with IE ?????
 
Ando said:
I've done a test. I've downloaded the page and still windows explorer
doesn't see the image.
The image is *.png file. Then I've copied in the files folder a .gif file
and according with it I've changed
in the html file the statement >>>
<img alt="" src="howes_files/ie-spyad1.gif" ..........
and explorer shows the image !!!!
Is it possibile that a *.png file can not be seen with IE ?????


Which OS? If XP by default the Picture/Fax Viewer has this
association.

To restore all associations for the Picture/Fax Viewer
Run... (e.g. press Win-R and enter:)

regsvr32 /i shimgvw.dll

Note: please make sure that you want to make *all* image type
associations restored to the default or be sure that you know
how to reassociate them with whatever app they currently
are associated with.


For any NTx you can check the current association in a command
window with this command pipeline:

ftype | find /i "png"


In any case you could try

regsvr32 pngfilt.dll


HTH

Robert Aldwinckle
---
 

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

Similar Threads


Back
Top