+ 6
Is it possible to insert an image in your code using Sololearn code playground
I've tried and tried, I couldn't get it. I so need help because I think it's possible and I am using code playground to make a webpage
9 odpowiedzi
+ 7
I think my code may help you!!!
https://code.sololearn.com/WNLv36fR2Kk3/?ref=app
+ 5
Yes! but you have to link it using URL from a public website.
+ 4
By the above method,u can insert the image file that is in ur phone.If u want to insert an image from the net u may copy the url of that image file and paste in the value part of this.
+ 2
yes we can give background IMG to a code
+ 2
thanks I'll try it out
+ 2
😁exactly what I wanted, thanks dude, you've been a great help
+ 1
Yes you just need to link to the image which needs to be hosted externally.
<img src="http://www.hostingsite.com/theimage.img" alt="altimgtext" >
+ 1
thank you, I will definitely try that and if it works I'll notify you guys
+ 1
what's your way of inserting img