0
How do I add image with HTML coding?
(i am using phone) I know <img src="..."> this code but when I put the image url in it there is no image at output page.There is small thing that means 'image cannot be displayed'.So what can I do?Where can I get the image urls?
3 Answers
+ 2
Can you show me this url, maybe it has some false syntax or the image itself is corupted
0
@Nico Ruder I figured it out :) I downloaded an image and added to dropbox app .Then I got the link like this :
https://www.dropbox.com/s/a9ttj7mqrztlb6w/guesswho_350x100.jpg?dl=0
And then changed "www" to "dl"
New link like this :
https://dl.dropbox.com/s/a9ttj7mqrztlb6w/guesswho_350x100.jpg?dl=0
So when i putted this into <img src=".." /> I saw this works.
Thx for comment btw.
0
Ok