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
2 Réponses
+ 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/
+ 2
In the folder you save your code, copy the picture there, then enter it like this <img src="img1.jpg" alt="image">