Why SoloLearn wont display other images expect of that "tree.jpg"? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why SoloLearn wont display other images expect of that "tree.jpg"?

Why SoloLearn wont display other images?

26th Sep 2019, 9:32 PM
BlueCodey
BlueCodey - avatar
5 Answers
+ 3
And, I agree with Coder - SoloLearn haven't support local files because all users have virtual spaces or drives in servers. In other words, every our program are stored in our virtual disk regards to our account. Better explanation is that all users of SoloLearn have separated (or isolated) session for storing programs.
27th Sep 2019, 8:27 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
+ 1
SoloLearn can't use locally stored files. You have to use a web link to the wanted image.
26th Sep 2019, 9:50 PM
Irma Masleša
Irma Masleša - avatar
0
When i go to google, copy a link to a image, and set it to " <img src=somepicture.jpg" why it wont deisplay it
26th Sep 2019, 9:42 PM
BlueCodey
BlueCodey - avatar
0
You can use completely URL to image. For example: https://www.some_site.ext/images/sample.png. You must use: <img src="https://address_to_image.ext"> and you must use " at the start and end of URL. Or, if you use some short image (for arrow in tooltip) u can embed it in CSS - just copy image data and paste it in: background: url("<paste code here>");
27th Sep 2019, 8:22 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
Just see my codes and study it by looking a ways how can I embed images in CSS or inline in HTML.
27th Sep 2019, 8:23 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar