+ 6
How to find the image path??
I am trying to insert an image in my code from css stylesheet but the image isn't showing in the output . I don't know what is the problem.
22 Respostas
+ 5
https://postimages.org/
Upload your image here u will get many links copy it .
+ 4
Hope these post will help u
https://www.sololearn.com/discuss/1211641/?ref=app
https://www.sololearn.com/discuss/1836768/?ref=app
https://www.sololearn.com/discuss/1283036/?ref=app
https://www.sololearn.com/discuss/2053867/?ref=app
https://www.sololearn.com/discuss/1039326/?ref=app
https://www.sololearn.com/discuss/2335859/?ref=app
https://www.sololearn.com/discuss/792517/?ref=app
https://www.sololearn.com/discuss/211512/?ref=app
https://www.sololearn.com/discuss/1029877/?ref=app
https://www.sololearn.com/discuss/2023817/?ref=app
https://www.sololearn.com/discuss/155772/?ref=app
https://www.sololearn.com/discuss/1493734/?ref=app
https://www.sololearn.com/discuss/1810833/?ref=app
+ 4
For Html ->
<img src="path of an image.jpg" alt="" width="" height="">
NOTE: YOUR IMAGE EXTENSIONS IS .jpg , .png, .jfif or other.
I have written jpg for example only.
For Css ->
I am dam sure that image is not set in your background by writing background-image in css.
Instead you have to write following:
background:url("path of image.jpg") center no-repeat;
+ 3
maybe you didnt see my project that explained it https://code.sololearn.com/WlG586F5nHjR/?ref=app
+ 3
Dopbox
+ 3
copy Db link replace last charactors from the ā
with .... raw=1
<audio controls>
<source src = "https://www.dropbox.com/s/06yenxcz93pkwi1/Smooth.wav?raw=1" type = "audio/wav">
Videos are also embeded the same way ...
<source src="https://www.dropbox.com/s/9xate5xgq63z21m/IMG_5740.MOV?raw=1" type="video/mp4" >
+ 3
If u want to find path of image click on image and go on details or properties option u will see path . Copy your image in same folder where i saved your html file.
+ 3
U can use two ways...
1. Right click on the image file. From properties, copy and paste the path as it is in the src attribute.
2. Save that image file in the same folder where u have saved your main html document and then u don't need to put the whole path. Just put the image file name along with the respective extension.
I hope this helps...
+ 3
Upload your image on Dropbox & copy url.
+ 2
Pls answer
+ 2
Sahil Contractor It is not a image link it is page link
Try to use that link that contain .jpg at their end
+ 2
I am using a link containing .jpg at the end
+ 2
where is the image stored?
and where are you calling it from ?
cloud storage ? or is it stored in the project file ?
+ 2
Dropbox
+ 2
Pls answer
+ 2
How can I store the code I am doing in Sololearn in a folder???
+ 2
Ok thnx
+ 1
This is the code.
https://code.sololearn.com/WMxNma6Bqu6i/?ref=app
+ 1
I did but nothing happens