1 |
|
---|---|
Posted by | Help with background not showing |
CloudedWolf|G2 Bandit Cross (#252364) Dreamboat of Ladies View Forum Posts Posted on 2022-04-06 00:37:43 |
Hello, I've been trying to make my own CSS/HTML for my den (idk what its called) I can't get the BG to show I have tried templates too and I can't get the background to work with them either, it doesn't even show or the background is white and idk what I'm doing wrong. I have the body { background url('URL') center fixed; bg size; font; and then color; } (cut down for size i have the full thing) I'm using dropbox for hosting I have tried both the normal link https://www and so on and the //dl.dropboxusercontent and the dl=1 + //dl.dropbox and so on I am also doing the share copy link so I don't think it's that. Any ideas? Do I need to find a new image hosting site? 0 players like this post! Like? |
Trace (#68847)
View Forum Posts Posted on 2022-04-06 00:46:37 |
I'm personally using dl.dropbox.com/s/(A string of numbers and letters)/(Your CSS file name).css I'll PM you what the link reference would be for your case? If that doesn't work it should be a coding mishap. 0 players like this post! Like? |
CloudedWolf|G2 Bandit Cross (#252364) Dreamboat of Ladies View Forum Posts Posted on 2022-04-06 00:49:04 |
dl.dropbox? so i don't need that https infront of it? is that my problem? 0 players like this post! Like? |
CloudedWolf|G2 Bandit Cross (#252364) Dreamboat of Ladies View Forum Posts Posted on 2022-04-06 01:09:08 |
Ok so halfway there, I made it register there's a background but now the background is just white instead of the image body { background: url('https://files.catbox.moe/ktmt9i.png') center center fixed; background-size: 100%; font-family: swap; color: #B329FF; } do you know what is wrong with my code? also change the image hosting site 0 players like this post! Like? Edited on 06/04/22 @ 01:09:49 by CloudedWolf (#252364) |
Trace (#68847)
View Forum Posts Posted on 2022-04-06 01:24:05 |
I tested your den and it should be because of your image hosting. Consider moving from Dropbox to another image hosting site like Imgur perhaps? 0 players like this post! Like? |
CloudedWolf|G2 Bandit Cross (#252364) Dreamboat of Ladies View Forum Posts Posted on 2022-04-06 01:25:34 |
1 |
---|