0
Why don't show the image. I use a net link but don't show. Only showing a icon. What is the problem
<img src="https://images.app.goo.gl/ecTPoFpAxequL3Zh7"height="50px" weidth="50px"/>
4 Respuestas
+ 14
Apurba Debnath you need to go to the original link of image like going on image link then deep press on that picture and open in new tab and copy the url from their if problem continue then download the image and host it over any image hosting website like dropbox, imgur and then paste the uploaded link in the src tag.
https://www.sololearn.com/discuss/803683/?ref=app
https://www.sololearn.com/discuss/946930/?ref=app
https://www.sololearn.com/discuss/1054246/?ref=app
https://www.sololearn.com/discuss/1837907/?ref=app
here is an code which can help in upload the image
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
+ 10
Apurba Debnath
here is an code which can help in upload the image and host that
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
and for upload on imgur you can follow this link
https://www.wikihow.com/Upload-Images-to-Imgur
then paste the uploaded link in src
+ 5
If you need help, you can post the code you're struggling with! https://www.sololearn.com/post/75089/?ref=app
+ 4
can you show us the code so we can what you did ?
generally all you do is
<img src="image url" alt="brief description">