- 1
How will I include this code from Dropbox in css or html
https://www.dropbox.com/s/uped19ule39mbw3/Screenshot_20201005-222717.png?dl=0
15 Antworten
+ 5
https://www.sololearn.com/Discuss/2386927/?ref=app
+ 2
Just copy this link in the scr="link"
And change www.dropbox to dl.dropbox
+ 2
Change background-color to background-image
+ 2
And dont forget to close the bracket
+ 1
Will the code in the css be like background-color:url(https://dl.dropbox/s/uped19ule39mbw3/Screenshot_20201005-222717.png?dl=0);?
+ 1
Ooh sorry,that was a mistake,silly me
+ 1
Yh, thanks
+ 1
Yes remove it
+ 1
Thanks,it surely helped
+ 1
This is how to get it to work
Just replace "www" with "dl" and delete the "?dl=0"
<img src="https://dl.dropbox.com/s/uped19ule39mbw3/Screenshot_20201005-222717.png" />
0
It didn't work,I used background-image:url(https://dl.dropboxm
/s/uped19ule39mbw3/Screenshot_20201005-222717.png?dl=0);
0
Remove the m after dropbox
0
Yes, that's what I did but it didn't run
0
Thanks,now I know how to do it