+ 3
[SOLVED] Help me with background-image css
Hi i try to import some picture using dropbox, i copy share link but image don't wont to appear in web, but whan i copy link from that picture it work but just for few days than picture disapire, whay this happening, how to fix, i wont to use my picture for web page. https://code.sololearn.com/W0ZV6TTjQdRT/?ref=app
8 Respostas
+ 5
//Sanja Panic Url you used was not valid you need to replace www with dl, You can see a example below
ââwww.dropbox.com/s/x841cm108bhvq63/concrete_wall_2.pngââ
âïžâïž <img src="https://dl.dropbox.com/s/x841cm108bhvq63/concrete_wall_2.png">
//Here nicely explained steps
https://www.sololearn.com/discuss/1054246/?ref=app
+ 4
Mene je zanimalo za dropbox ostatak znam
+ 4
Shudarshan Rai đ thanks bro i searched for this for a long time đ
+ 3
Sanja Panic your welcome đ
đ
+ 2
Evo ti ga primer:
background-image: url(http://www.nagel.cl/wp-content/uploads/sites/2324/2015/10/pink_rice-110x73.png);
+ 2
Sto se tiÄe DropBox-a, prati primer @Shudarsan Rai
+ 2
JoĆĄ bolji primer sa slikom koja Äe se prikazati:
background-image: url(https://www.desktopbackground.org/p/2010/09/04/74800_2560x1440-light-yellow-solid-color-background-jpg_2560x1440_h.jpg);
+ 2
Naravno, ovo je linija iz Tag-a "body {}" koji se nalazi u CSS-u.