+ 1
Why is my image link not working on sololearn playground?
Please do anybody know why my image link is not working on sololearn playground ☹️🤔?
21 Respuestas
+ 2
Goodluck O
Learn this about images path,and then try to make recode.
Hope it's helpful to you..
How to host/upload an image
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
How to host/upload an image with Dropbox
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
more about images:
https://code.sololearn.com/WT3661NHpV3B/?ref=app
+ 8
Hasnain [ACTIVE CHALLENGER] ,
sorry to say, but posting 20 links can not be an expected help.
each of the items can contain multiple answers, whereas we have no guarantee that they are correct and really helping. but this should be discussed outside the q&a section.
+ 6
I believe the image you picked to include in your code has license issue, and that's why it's not available to use in any project.
The website has something called "understanding royalty-free" images or free photo/photos for the week. Those are the only ones to be used for any project.
I tried to include that image by saving in my Dropbox first and then adding to html, it didn't work.
All n all, Goodluck O you might have to choose another image. The image you selected has specified purchase amount. It's downloadable, but cannot it used.
Hope this helps.
+ 6
.png cannot be separated, it should be linked with the src link, double quotes end after .png
And you need to download/ save the image as "save image" to your device. or else with website links img will not work doesn't matter which image you pick.
+ 5
Goodluck O Can you link the specific codebit where you are having trouble? We can't tell what the reason may be if we can't see the code itself.
+ 5
Goodluck O Your link needs to be an image link, usually ending in something like .jpg or .png . Right now your link is a link to a webpage.
+ 4
https://www.sololearn.com/discuss/1356758/?ref=app
https://www.sololearn.com/discuss/2556388/?ref=app
https://www.sololearn.com/discuss/2522401/?ref=app
https://www.sololearn.com/discuss/2791266/?ref=app
https://www.sololearn.com/discuss/1375710/?ref=app
https://www.sololearn.com/discuss/491661/?ref=app
https://www.sololearn.com/discuss/174991/?ref=app
https://www.sololearn.com/discuss/2585270/?ref=app
https://www.sololearn.com/discuss/2922430/?ref=app
https://www.sololearn.com/discuss/968344/?ref=app
https://www.sololearn.com/discuss/1213448/?ref=app
https://www.sololearn.com/discuss/2428409/?ref=app
https://www.sololearn.com/discuss/674004/?ref=app
https://www.sololearn.com/discuss/2396794/?ref=app
https://www.sololearn.com/discuss/1138510/?ref=app
https://www.sololearn.com/discuss/2754037/?ref=app
https://www.sololearn.com/discuss/2043327/?ref=app
https://www.sololearn.com/discuss/1963772/?ref=app
https://www.sololearn.com/discuss/2750082/?ref=app
https://www.sololearn.com/discuss/519734/?ref=app
https://w
+ 4
Thanks a lot sis, yeah it helps a lot 😀👍👌
+ 4
Thanks a lot, big sis Tนktนk💕 , for your answer, it really helps, I understand it now, thanks again 🤗😊
+ 4
Okay thanks for your help
+ 3
Goodluck O I have asked earlier if you can send the codebit and you're not showing the change you made.
Please remember, we are not mind readers. We do not know exactly what the problem is if you are not showing it.
+ 3
Like this
<img src="https://ant-pests.extension.org/life-in-a-fire-ant-family-queens/.png"/>
+ 2
Goodluck O You already marked the best answer so did you see what was wrong? If not, you need quotation marks around the link.
+ 2
Thanks a lot 😀
+ 2
Goodluck O
My pleasure bro👍.
Happy learning...
+ 2
I have tried to access the link of the image, and it displays error 403, which means that the access is forbidden by the image owner. As D Shah 🎯⏳️ mentioned, it could be a licence issue, or it could be that the image is Copyright restricted, meaning you need to ask the image owner permission to use that image.
+ 1
Sorry, tried that, it's still not working, just showing an image symbol
+ 1
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<img
src="https://www.istockphoto.com/vector/good-bye-and-good-luck-hand-drawn-vector-phrase-lettering-isolated-on-white-gm1159734706-317218447"/>
</body>
</html>
+ 1
Please, can you help me re arrange it