How to insert image in html from C folders | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to insert image in html from C folders

I m able to get pics from desktop folders but how to get em from C folders

7th Jan 2017, 4:41 AM
mansi sharma
mansi sharma - avatar
3 Answers
+ 4
As you set the "src" attribute of your <img> tag for your desktop folder image, set it with the adress of your C: disk folder image... This must be a kind of: file:///C:/folder/sub_folder/image.ext When your desktop src content should be a kind of: file:///C:/folder_of_desktop/images_folder/another_image.ext ( I don't use no more ms-windows, so don't remember exact address of desktop folder, but may be in C:, and depends on version of ms-Windows ;) )
7th Jan 2017, 5:18 AM
visph
visph - avatar
0
still not working.. but thank u so much...😊😊😊😉😉
7th Jan 2017, 5:33 AM
mansi sharma
mansi sharma - avatar