+ 2

The image that i'm adding in that HTML file is not showing up, help?

20th May 2018, 6:05 AM
***
14 odpowiedzi
+ 7
you just need first to include your image in the folder where you are made your html file then use the image tag and in image tag just put the name of your image with the image format ex:- an image name is pic. jpg so do like this <img src="pic.jpg" width="50%" height="50%"/> by this the image will be show in your browser
20th May 2018, 6:16 AM
GAWEN STEASY
GAWEN STEASY - avatar
+ 5
So how are supposed to help you if the html file is anonymous to us? Yash that cant work,upload the image with something like Dropbox and get its src https://www.sololearn.com/discuss/1054246/?ref=app
20th May 2018, 6:13 AM
᠌᠌Code X
᠌᠌Code X - avatar
+ 5
Hey Jax your question isn't visible... 😅
22nd May 2018, 6:19 PM
$hardul B
$hardul B - avatar
+ 4
if you are trying to add image i your HTML file so, that do not work because it is not supported in mobile. so, download Dropbox from playstore
27th May 2018, 8:37 AM
Prabhat
Prabhat - avatar
+ 3
https://www.sololearn.com/Discuss/1296403/?ref=app try this. I just found this site earlier today.
22nd May 2018, 12:50 AM
Jax
Jax - avatar
+ 3
$hardul Birje A moderator must have deleted it. I don’t have a clue why. It was completely inside of sololearn’s guidelines. Sorry about that.
22nd May 2018, 6:22 PM
Jax
Jax - avatar
+ 3
It's OK Jax just wanted to know that can I display an image stored on that website to my code in sololearn using <img>??
22nd May 2018, 6:27 PM
$hardul B
$hardul B - avatar
+ 3
Yeah, definitely. It supplied you with the link you need. It’ll basically be an (a href) tag that should be deleted or else a click will lead to their website. (No big deal, just some clever advertising) and it will show the rest of the code the the <img src=“link”> all for you.
22nd May 2018, 6:29 PM
Jax
Jax - avatar
+ 3
Thank you so much Jax
22nd May 2018, 6:45 PM
$hardul B
$hardul B - avatar
+ 3
$hardul Birje Glad i could help! 😃 Hopefully you get what you want from it!
22nd May 2018, 6:46 PM
Jax
Jax - avatar
+ 2
Share the code please!
20th May 2018, 6:16 AM
Michael55555
Michael55555 - avatar
+ 2
It's not a url and you can't access to your local stored pictures with SoloLearn
20th May 2018, 6:22 AM
Michael55555
Michael55555 - avatar
+ 1
thanks
20th May 2018, 6:22 AM
***
0
<html> <head> <title>first page</title> </head> <body> <img src="https://cdn130.picsart.com/235795467090201.jpg?r240x240" height="130%" width="100%" alt="" /> </body> </html>
3rd Jun 2018, 5:35 PM
Lahu Sutar
Lahu Sutar - avatar