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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

19th Jun 2016, 9:27 AM
Oluwaseun Ogunlana B.
Oluwaseun Ogunlana B. - avatar
3 Answers
+ 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".
19th Jun 2016, 10:17 AM
Alex Wood
Alex Wood - avatar
+ 1
Also make sure you are specifying the correct image extension otherwise you wont see it e.g .jpg or .png etc
20th Jun 2016, 4:39 AM
shaun khulani
shaun khulani - avatar
0
thanks
18th Jul 2016, 10:47 AM
Oluwaseun Ogunlana B.
Oluwaseun Ogunlana B. - avatar