+ 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?
4 odpowiedzi
+ 10
The correct image urls are respectively :
https://thumb.cloud.mail.ru/weblink/thumb/xw0/8Ls3/VPWGjrd9o/cert-1014-9511737_small.jpg?x-email=undefined
https://thumb.cloud.mail.ru/weblink/thumb/xw0/J2Tn/DJEZLoPc7/share2057489508_small.jpg?x-email=undefined
Roman Belykh replace ur URLs with these URLs I posted and tell if it works.
Edited : You are welcome !!!
+ 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.
+ 3
Thank you.
i was change url and it's work.
+ 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>