+ 2
Why the image isn't showing
Playground: https://code.sololearn.com/WLAvFVZaX376/?ref=app
14 ответов
0
Local is not possible with this app. Because of privacy concerns. You may use a different app if you want more control.
+ 2
There are several possible reasons why your images are not showing up on your pages as expected: The image file is not located in the same location that is specified in your IMG tag. The image does not have the same file name as specified in your IMG tag. The image file is corrupt or damaged.
+ 1
Some browsers don't copy links to correctly. I used a desktop browser to get to the source of the links.
<img src="https://images.unsplash.com/photo-1472214103451-9374bd1c798e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8cGljfGVufDB8fDB8fA%3D%3D&w=1000&q=80">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Lemon.jpg/800px-Lemon.jpg">
+ 1
Chris Coder thank you very much it worked
+ 1
SoloProg thanks
+ 1
If u want imgage to be displayed
Then , download Dropbox app
In that upload the image which u want and then copy the image link .
Paste the link in program and don't forget to replace www. To dl.
+ 1
Your image link does not working..
Please check your image link
+ 1
Path is wrong
0
SoloProg yep i noticed the location and i fixed it and still it dosen't work and it has the same name please may u please reviwe it and tell me what are the mistakes and what is the right code
0
"Invalid Dynamic Link
Requested URL must be a parseable URI, but possibly incomplete to be a DynamicLink.
If you are the developer of this app, ensure that your Dynamic Links domain is correctly configured and that the path component of this URL is valid."
You must make sure the path to the file is correct and image is available in the location.
0
Chris Coder may you tell me please how to add a local image
0
Chris Coder yep but how do i add it
0
<img src="picture.jpg"> The "picture.jpg" file is located in the same folder as the current page
<img src="images/picture.jpg"> The "picture.jpg" file is located in the images folder in the current folder
<img src="/images/picture.jpg"> The "picture.jpg" file is located in the images folder at the root of the current web
<img src="../picture.jpg"> The "picture.jpg" file is located in the folder one level up from the current folder
0
The image is not supposed to be shared across web pages, or simply the link is not correct, please try another image, and one more thing ... You forgot to close the double quote in the first link