+ 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 odpowiedzi
+ 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.