in reply to Re: OT: Firefox image display
in thread OT: Firefox image display

Well, for one, you have an illegal URL. Filepaths are not URLs. URLs can't have spaces in them. For a local file, the URL is something like "file:///path/to/the/file". IE is probably correcting the error for you (bad IE!), but FIreFox is following the specification (good firefox!).

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.