0
Why SoloLearn wont display other images expect of that "tree.jpg"?
Why SoloLearn wont display other images?
6 Réponses
+ 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.
+ 1
SoloLearn can't use locally stored files. You have to use a web link to the wanted image.
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
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>");
0
Just see my codes and study it by looking a ways how can I embed images in CSS or inline in HTML.