+ 2
How do I get a picture from like Google into my web page?
I do the usual <img src= ... /> but it only shows a symbol of picture but like an error thing... I'd like help Thanks :)
14 Answers
+ 5
Can you share the code? without the code, I can't help you
+ 4
The link must be incorrect if this method doesn't work for you.
+ 3
I don’t understand. Is the src link valid? Can you share the code you’re having trouble with?
+ 3
https://code.sololearn.com/W3k0Tq5xHTRS/?ref=app That link goes to the google page where the image is, not the image itself. (if on mobile) hold the image and copy image address/copy. Whichever it says. (if on PC) do the same, but right click instead of hold
+ 3
download the image and use the link and see
+ 2
I tried doing what you said and it shows me 4 options:
- Open image in a new folder
- Transfer image
- Search image on google
- Share image
...
😓
+ 1
Oh
Wow
Thank you so much 😊
+ 1
Found it
Thank you
For real
+ 1
https://code.sololearn.com/WF55vA6C6YD1/?ref=app
Thanks to you 😌🙂
+ 1
when you find a picture.
click on it and go to the actual web page not the google rendering.
right click on the picture and select copy image link.
paste in the img tag
done.
+ 1
I already got help
Thank you tho
+ 1
<img src"imgurl">
0
Could you please show me how to correct it?