+ 1
how do I add a local image address link. this ones I was able to add were the images online, I tries to add a source from my local disk but does not work
3 Respuestas
+ 2
if you put the image in the same folder as your html file you can link just using "myimage.jpg". If not you need the full local image path e.g "c:\projects\code\assets\image.jpg".
+ 1
Also make sure you are specifying the correct image extension otherwise you wont see it e.g .jpg or .png etc
0
thanks