0
Can someone help???
whenever I upload a image it doesn't load what should I do I can only upload a image of a tree plz show me how to upload another image other than the tree one https://code.sololearn.com/Wn8xQ4TOn1dO/?ref=app
6 ответов
+ 3
Hi hzh,
When you pull images from google, you have to do it a special way. In your particular case, I went to the URL you have in your code, right-clicked, and opened the image in a new tab/window. That's the URL you want to copy. i.e.
http://designcrafts.online/wp-content/uploads/2018/03/Skull-Gaming.png
I hope this helps! :)
+ 3
That isn't a proper img link... This one is.
<img src="http://designcrafts.online/wp-content/uploads/2018/03/Skull-Gaming.png">
+ 1
The image is displaying but it's not loading, might be the host issue, upload picture somewhere else and get new link.
+ 1
hzh prefer links ending with an image format like
..... .jpg
0
thanks I will try
0
thanks guys