I try to add image in html with full path. I google the problem and found this src absolute path problem and I try every answer, but does not work for me.
This is my code, do you have any idea, why image is not found?
<img src="file://C:/Storage/Images/a.png" alt="las vegas" width="200" height="200">

