0
How to add .img in web
6 Answers
+ 7
https://www.sololearn.com/learn/HTML/1030/
With Google Drive:
Set the file to public, copy the link sharing url, paste it into the site below, and it'll give you a direct link that can be used in your codes to that file.
https://sites.google.com/site/gdocs2direct/
--------------------------------------------
https://www.sololearn.com/Discuss/2281884/?ref=app
https://www.sololearn.com/Discuss/2438390/?ref=app
+ 2
Download dropbox from playstore 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
+ 1
Can you more elaborate on what you want. Your question is not clear.
+ 1
For sololearn Just upload your picture on Google drive. Then get the share link of this image. And then pass the link to src attribute of img tag.
For PC just give the image path in src to get the image
0
I mean when you create the new web and you want to add image to your website so how can I add image
0
Give the image path in src.