+ 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>
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.
+ 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.
+ 2
download and upload to eg dropbox.
Jan Markus can u see now?
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>
0
How to fixed