Where to store images | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Where to store images

Hi All...just want to find out where to store images used for a web code on Solo Learn....I know that if you are using a code editor on a PC like Notepad ++ you will then put your images in a folder which you can link to using the src="path" attribute on HTML and url value on CSS but where to store on Solo Learn playground and how to link the images as needed..

19th Oct 2017, 1:38 PM
Preston Tshabalala
Preston Tshabalala - avatar
4 Answers
+ 6
I don't see SoloLearn providing project + resources storage, just people linking to public sources. Here's a recent thread using imgbb: https://www.sololearn.com/Discuss/762173/?ref=app To add some substance, most image-sharing sites make linking easy; probably business model. For us it's a CDN (Content Delivery Network) on a smaller scale... so, resource management practice :)
19th Oct 2017, 1:55 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
Thanx a lot Kirk, get what you mean, looked at most codes and they all link to a storage resource outside Solo Learn except for Solo Learn avatars.
19th Oct 2017, 2:16 PM
Preston Tshabalala
Preston Tshabalala - avatar
+ 2
https://code.sololearn.com/WMDZIrITNxY7/?ref=app you can see here that I uploaded an image on a website named "pasteboard" , got the embed url and then used the URL as background image of the header. hope it helps. look at the code.
27th Oct 2017, 3:18 PM
Akshay
Akshay - avatar
+ 1
First of all, Go on: https://postimages.org/ 2. create an account and save the images you want to use here on sololearn. 3. They will give you the direct link of the picture you want. 4. Go to your code and write : <img src="direct link" 5. finally, you don't have to pay a dime Preston👍
1st Nov 2017, 4:50 AM
Sasuke Uchiha
Sasuke Uchiha - avatar