+ 2
I need help. I have a Problem with images. I can't use them in my HTML code!
Reference: https://code.sololearn.com/Wv5ilkuTvbg5
5 Antworten
+ 12
Du musst Bilder aus Internet nehmen, nicht aus dem Telefon - src="https://....jpg" - , so wird alles arbeiten
+ 11
Milchbrötchen, dein href muss auf .jpg, .gif, .png beenden und einem Browser ein Bild zeigen.
+ 10
Milchbrötchen
The URL that you've defined as the image src is a local (device) file-location. You must specify an online URL. SoloLearn's code-playground cannot see into your Android's storage-system. It would be concerning if it could.
+ 8
Milchbrötchen
you cannot upload images directly to sololearn codeplay ground
review this threads
https://www.sololearn.com/discuss/1054246/?ref=app
https://www.sololearn.com/discuss/1156402/?ref=app
https://www.sololearn.com/discuss/389765/?ref=app
https://www.sololearn.com/discuss/803683/?ref=app
+ 1
https://code.sololearn.com/Wv5ilkuTvbg5/?ref=app
OK, I took a picture from Google (the website pexels). It still doesn't work. :/