0
How to get insert image to html from local path
I can't get images ..when I insert image from relative path
2 odpowiedzi
+ 2
It's better to keep the image at the same file where the html file is, so you can insert image like this
<image src="image_name.jpg">
Rather than
<image src="file://whatever/image_name.jpg">
+ 1
Is it on your phone or PC