<img src="file://localhost/e:/001.jpg" alt="Bild">
Läuft ein Webserver auf deinem lokalen System?
Probier mal:
<img src="file:///E:/001.jpg" alt="Bild">
file:/// ist doch bloß die Kurzform von file://localhost/ und was soll das damit zu tun haben, ob ein Webserver läuft? file://localhost/ ist etwas anderes als http://localhost/, beides ist möglich.
Mathias