How to fix my image? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

How to fix my image?

In my code, HTML Tools, there's a section about putting images in HTML, why won't it load?

2nd Jan 2018, 2:09 AM
eee
3 ответов
+ 9
That link was not an image link. Use the below one it's corrrect <img src="https://www.sololearn.com/Images/miniIcon.png" height=150px width=150px border=15px alt=""></img> Next time consider using an imge upload site like the below one upload a image then use the direct link in your code. https://imgbb.com/
2nd Jan 2018, 2:40 AM
Lord Krishna
Lord Krishna - avatar
+ 6
Incorrect File path, file name or some other mistake? post the code so it can be checked. https://www.sololearn.com/discuss/333866/?ref=app
2nd Jan 2018, 2:23 AM
Lord Krishna
Lord Krishna - avatar
+ 2
It's public on my profile now
2nd Jan 2018, 2:33 AM
eee