What does it mean !? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What does it mean !?

why don't I see a picture from the clouds mail.ru in My cert code? what am I doing wrong?

5th Jun 2018, 5:39 AM
Roman Belykh
Roman Belykh - avatar
4 Answers
5th Jun 2018, 6:22 AM
***
+ 11
Please provide ur code that I can tell why this is happening. Make sure that u r copying correct public accessible image url from that cloud service.
5th Jun 2018, 5:44 AM
***
+ 3
Thank you. i was change url and it's work.
5th Jun 2018, 7:12 AM
Roman Belykh
Roman Belykh - avatar
+ 2
My code is public. <!DOCTYPE html> <html> <head> <title>My certificate</title> </head> <body> <h3>My first (PHP) certificate Sololearn</h3> <img align="center" draggable="true" width="50%" src="https://cloud.mail.ru/public/8Ls3/VPWGjrd9o" /> <h3>My second (HTML) certificate Sololearn</h3> <img draggable="true" width="50%" src=" https://cloud.mail.ru/public/J2Tn/DJEZLoPc7" /> </body> </html>
5th Jun 2018, 6:00 AM
Roman Belykh
Roman Belykh - avatar