this code is running in IE but not in Mozilla. What should I do to make it run in Mozilla? the photos are located on the server.. <img src="\\server1\pictures\xmasparty\Dsc06252.jpg"> <img src="\\server1\pictures\xmasparty\Dsc06331.jpg">
Above code is working in IE as well as in FireFox at my PC. Please give a try to the below construct: <img src="Dsc06252.jpg" /> <img src="Dsc06331.jpg" /> Code (markup):
Thanks..I tried it but it's still not working.. the output is like thumbnails.. but when I tried it in IE it's ok..
If they appear as thumbnails (e.g., weird sizes) it may be because you need to define the image's width which is common when displaying from networked servers with limited access.