How can I post a images here? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

How can I post a images here?

any ideas?

23rd Aug 2018, 11:05 AM
tea eye
4 Answers
+ 2
Idea: Please use the search bar to help minimize the number of duplicate questions taking up space on SoloLearn servers and slowing down loading times for users. ... especially since you were rather unspecific with where "here" refers to.
23rd Aug 2018, 11:16 AM
Janningā­
Janningā­ - avatar
+ 2
In the Code Playground, choose HTML, CSS, and JS (its defaulted to this) and put an image element within <body>. If the image you want to upload is from your H Drive, then upload it to Google Drive and use the shareable link to embed. If the image you want to upload is from the web already, then simply right click and copy link address. Paste the URL of the image (Google Drive or some random image) into the quotes following the src="" attribute of the img element. (img means image.) See below: <!DOCTYPE html> <html> <head> <title>Image Example</title> <head> <body> <img src="Put URL of image here." alt="Name of Picture" /> </body> </html> (If you already know how to do that and you were just asking how to post images on the Q&A section, sorry. I mean, you can't just go around asking those kinds of questions without expecting someone to explain the basics. If you did not know how to do this, and my explanation doesn't make sense to you, just look it up on W3Schools. Everyone starts there.)
23rd Aug 2018, 11:27 AM
Fleet
Fleet - avatar
+ 1
i think you are talking about posting an image on SL, well you can't post an image in the q&a section but a link can work or an alternative is : go to the home screen in sl app and there is a link right below your name namely : "What's on your mind?" click on that and select a file.
23rd Aug 2018, 11:30 AM
RZK 022
RZK 022 - avatar
+ 1
If you are referring to the QA section, then a link should suffice.
15th Dec 2019, 11:03 PM
Fleet
Fleet - avatar