Why can't we see the picture | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why can't we see the picture

Please help me.<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="http://www.artfulthinkers.com/wp-content/uploads/2017/06/iStock_91504847_MEDIUM.jpg"/> </body> </html>

13th Dec 2020, 3:08 PM
just now
just now - avatar
6 Answers
+ 6
IIRC, the web codes on SoloLearn are loading via SSL connection. In that case... your image will require an HTTPS URL. Otherwise, the browser will block mixed content from loading on a secure page. That said, it appears the web server hosting this image is also using a deprecated cipher when attempting to access over SSL. https://www.artfulthinkers.com/wp-content/uploads/2017/06/iStock_91504847_MEDIUM.jpg Since Discord and Dropbox have disabled these deprecated ciphers, the browser is able to load their hosted copies of this image over SSL.
16th Dec 2020, 6:42 AM
David Carroll
David Carroll - avatar
+ 4
Jan Markus sure! took a bit. In winter it is hard to find fly legs which are urgently needed for this spell I applied.
16th Dec 2020, 6:13 AM
Oma Falk
Oma Falk - avatar
+ 2
download and upload to eg dropbox. Jan Markus can u see now?
15th Dec 2020, 9:06 PM
Oma Falk
Oma Falk - avatar
13th Dec 2020, 3:57 PM
Oma Falk
Oma Falk - avatar
0
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="http://www.artfulthinkers.com/wp-content/uploads/2017/06/iStock_91504847_MEDIUM.jpg"/> </body> </html>
13th Dec 2020, 3:12 PM
just now
just now - avatar
0
How to fixed
15th Dec 2020, 9:45 AM
just now
just now - avatar