+ 2
Please why the images won't displayed in the web
Problem in images display https://code.sololearn.com/WMPxctZPk3jI/?ref=app
28 Respuestas
+ 3
The Sololearn codeplayground doesn't know where your image are stored. Therefore you should use an absolute url instead of a relative link
+ 3
It seems you are using images from your PC folder you need a specific url for the image to load. For this you can use (imgur.com).
Just upload your image on imgur.com and copy the url and paste it on your src attribute. Your image will get loaded very easily. This is the easiest way to do this. I
Think it may help you.
+ 2
Try to download an image hosting app in Playstore, you can get the image link directly to paste it in the src attribute
+ 1
You should have given the image height as well... , I guess.
+ 1
...I dunno then...
+ 1
specify url address to images and not local.
+ 1
U can make your image to link
+ 1
Maybe you input wrong url link, or your file isn't in same path with your html file
+ 1
David Dolejší you are right lol people will keep answering even if he got the answer.
0
Maybe your images url is not correct.
0
Samira no I checked it many times
0
Abdusamad Abdusattorov I tried it but still not working
0
amal 01 Do one thing install dropbox and upload your pic in dropbox.Then copy the link you get and paste it in src.
0
No actually it is not working even on sublime text editor
0
That why I do not know where the error exactly is
0
amal 01 maybe the extension is not jpg maybe png or the name isnt correct
0
amal 01 dont forget to put urs images in the same directory where ur html css files in
0
Yousef Radid the images are in the same directory where my html,Css files are.
The extension of both of the pictures are png
0
AKR okay i gonna try,thanks guys
0
Correct src parameter.. try uploading images on Google drive and use the shared link in src parameter..