Why Won't My Images Show
For Windows, by far the simplest approach is to use regsvr32 to re-register IE's internal PNG support.
- Start -> Run... -> regsvr32 c:\windows\system\pngfilt.dll (and click OK) This re-registers the primary png viewer for IE.
Yet another possibility for IE5 (for W98)
- Start regedit ( Start -> Run -> regedit <OK> ) Go to
the key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents
- Click the "New" menu, choose "String", type as name of the new string the next free number (in my case it was 4).
- Double-click on the newly created value and type in "image/png" (without the quotes).
- Close regedit, restart IE5 (no reboot needed)
