Quote:
|
H:\CCLNFiles\image006.jpg
|
This is windows path, which can be recognised by IE, since it's a MS product, unlike Firefox.
The web directory structure is more like a *Nix file structure.
You may use it like
Code:
file:///H|/CCLNFiles/image006.jpg
but better to copy those images or the entire folder near to your html file and address them like
/CCLNFiles/image006.jpg or
../CCLNFiles/image006.jpg depending upon the relative path of those files.