+ 2
Please anyone tell me how to insert image in web
11 Antworten
+ 3
Meghana post your image here
https://postimages.org/ and copy
2ñd link
but if u upload your image here then little your image quality will decrease so use dropbox
+ 2
Download dropbox and upload your image on dropbox and copy link and follow these steps
Original URL-
https://www.dropbox.com/s/1omcjilnukis0ta/persian-music-03-6559.mp3?dl=0
Step 1:
Remove ? dl=0 from last
Step 2:
Replace www with dl
Step 3:
Replace dropbox with dropboxusercontent
Now Final URL Is-
https://dl.dropboxusercontent.com/s/1omcjilnukis0ta/persian-music-03-6559.mp3
But if u dont want to download dropbox then u can post your image in this site and u can get image link
www.postimage.in
+ 2
Sorry but the image is not coming through the post. I need the image as background image not like linking to webpage.
+ 2
Meghana post your image here
https://postimages.org/ and copy one link
+ 2
https://code.sololearn.com/WC6K0u7ekn0Z/?ref=app. The coding is this check it out plzz.
+ 2
Meghana checkout this code i posted your image https://code.sololearn.com/WBVtW9qKHFK2/?ref=app
+ 2
Can you tell me how you did it
+ 1
Upload your image on https://www.imgbb.com,
Copy the link and then add to html <img src="image.co" />
+ 1
<img src="image.jpg">
OR
<img src="http://www.example.com/images/image.jpg">
+ 1
<img src = "your image URL goes here in these double quotes">