Firefox does not support a long path.
But in IE code is run smoothly.
<img src="C:/Program Files/EasyPHP-5.3.2i/www/Place4Info/Images/Skin_Tone/light.JPG" width= "50" height="30"/>
This is the path.
If I use a short path then it work in firefox but if I use above path then it didn’t show an image.
But it shows an image in IE.
Please give me a suggestion.
Try to use relative addressing rather than absolute addressing.
Asuming you have no other choice, use this
file:///in front of the addresses.