Forum Moderators: open
I am calling an image embedded in an html page from the local file system like this:
<img src="file:///c:/image.jpg" border="0">
and the image is not showing on the page!
It does display in IE and Netscape. Firefox and Opera will both display the image if i just put file:///c:/image.jpg
directly into the address bar.
Does anyone know what is wrong?