0
Code Playground Error
When I try to insert an image into the Code Playground, the broken image icon ALWAYS shows up. Could you please explain why this happens and how to fix the problem?
2 Respostas
+ 1
It may be your internet issue or problem in link. If you host the from Dropbox, it has it's own trick to show in SL. Better you share your code with your question. Here is a tutorial how to do this:
https://sololearn.com/compiler-playground/Wy3lrXNwGsgJ/?ref=app
https://sololearn.com/compiler-playground/WT3661NHpV3B/?ref=app
https://sololearn.com/compiler-playground/WW6t4B73kJVz/?ref=app
+ 1
Okay.
This does not work:
<!DOCTYPE html>
<html>
<head>
< title>image</title>
</head>
<body>
<img src = "https://images.app.goo.gl/MVL1QJ87KRM6nJGN6">
</body>
</html>