+ 2
HTML IMAGE
I want to input an image for an assignment, but the alternative text is showing only. What am I doing wrong? I input the exact location of the file.
2 Antworten
+ 4
Upload your image to Dropbox .Select the share option on the drop box copy the link of image.replace this part of code (www.dropbox.com) with (dl.dropboxusercontent.com). Then your photos work
Replace example
Example:-
https://www.dropbox.com/scl/fi/hxrxkrjt5wbo7ultmgdg0/Screenshot_2024-08-21-15-11-05-02_1843fd3f74f49144123f76a000cd5e7e.jpg?rlkey=47gpdlopao30km4i95srbszv5&st=b6ve4sr6&dl=0
To
https://dl.dropboxusercontent.com/scl/fi/hxrxkrjt5wbo7ultmgdg0/Screenshot_2024-08-21-15-11-05-02_1843fd3f74f49144123f76a000cd5e7e.jpg?rlkey=47gpdlopao30km4i95srbszv5&st=b6ve4sr6&dl=0
Paste this new link in your image tag
https://www.sololearn.com/discuss/3280957/?ref=app
+ 3
Chanice Chanice on sololearn you must use an out side host for images not a path or file ...
Try using img.bb and upload your image ...
Then the service will provide you with a hyperlink url you can use here.
another option is
https://sololearn.com/compiler-playground/WW6t4B73kJVz/?ref=app
https://sololearn.com/compiler-playground/WT3661NHpV3B/?ref=app