Help! Images! HTML! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help! Images! HTML!

I want to post an image from my gallery, I checked some other posts from other people and tried some suggestion, none of them worked! Please help! The device I'm using is a Xiaomi pad.

10th May 2024, 12:13 PM
UNO REVERSED
UNO REVERSED - avatar
7 Answers
+ 1
I understand your frustration! Posting an image from your gallery can be a bit tricky, especially when it comes to HTML coding. Don't worry, I'm here to help! Since you're using a Xiaomi pad, I'm assuming you're trying to post the image on a website, forum, or social media platform. Here's a simple solution: 1. *Upload your image* to a hosting site like Imgur ((link unavailable)) or PostImage ((link unavailable)). These sites will give you a link to share your image. 2. *Copy the image link* provided by the hosting site. 3. *Use the following HTML code* to post your image: ``` <img src="[insert image link here]" alt="Your Image Description"> ``` Replace `[insert image link here]` with the actual link you copied. Example: ``` <img src="(link unavailable)" alt="My Awesome Image"> ``` 1. *Paste the HTML code* into the text field where you want to post your image. If you're still having trouble, feel free to share more details about the platform you're trying to post on, and I'll do my best to assist you!
12th May 2024, 5:49 AM
Precious Chisom
Precious Chisom - avatar
+ 4
it is possible, just you have to upload that image to any kind of cloud service -> get the link from there -> paste it into the code...
10th May 2024, 1:33 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 1
If you want to do that in sololearn, then you will have to use a link, like this: https://www.google.com/images/branding/googlelogo/1x/googlelogo_light_color_272x92dp.png. If you want to use your own picture, then you have to upload it to somewhere publicly visible on the internet and copy the link of the image.
10th May 2024, 3:21 PM
Matěj Jonáš
Matěj Jonáš - avatar
+ 1
UNO REVERSED, You can try to post it to google drive, pastebin... There is a lot of websites, where you can paste the image. Make sure to share it and get the direct link.
11th May 2024, 10:24 AM
Matěj Jonáš
Matěj Jonáš - avatar
+ 1
You Should To Upload Your Image Online. If You Want Do That Go To Blogger Create A Blog(Don't Publish It) And The Upload The Image And Go To HTML View Then Copy The Image Link And You Can Use It. If Don't Understood DM Me.
12th May 2024, 2:40 AM
JaiprakashJH
JaiprakashJH - avatar
0
I still don't have any solution
11th May 2024, 6:10 AM
UNO REVERSED
UNO REVERSED - avatar
0
Where should I upload the image?
11th May 2024, 6:10 AM
UNO REVERSED
UNO REVERSED - avatar