2

here is my code, why cant i disaply this image :

<img src="file:///C:/Users/myname/Documents/WWWDIR/resources/files/users/logo.jpg" alt="photo2" border="0"/>

i see only the alt text, but i am able to see the image in firebug. any idea?

storm_buster
  • 7,362
  • 18
  • 53
  • 75

1 Answers1

2

If this is from a remote (http://) page, it is by design: You can't link to local resources from remote pages in modern browsers any more. See details for each browser here.

Community
  • 1
  • 1
Pekka
  • 442,112
  • 142
  • 972
  • 1,088