Looks like Spck code editor (android) does not support IMAGE upload from device? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Looks like Spck code editor (android) does not support IMAGE upload from device?

Hi please check what is wrong with my code I have tried almost all method still IMG is not reflecting. See snap of code here https://ibb.co/xj9tWDm

19th May 2023, 11:15 AM
sparky
sparky - avatar
2 Answers
+ 1
Update your code in src attribute with a . at the start <img src="./my/image/path.jpg" alt="image"> https://linuxhint.com/file-path-html/
19th May 2023, 4:11 PM
Flavio Silva
Flavio Silva - avatar
+ 2
In the folder you save your code, copy the picture there, then enter it like this <img src="img1.jpg" alt="image">
19th May 2023, 12:22 PM
sanni olamide
sanni olamide - avatar