1 |
|
---|---|
Posted by | What am I doing wrong? ((Backgrounds)) |
Vasyncia ☄️ [G1 Quad Dawn] (#135075) View Forum Posts Posted on 2018-01-15 08:51:03 |
So I've posted about two or three topics on here specifically about backgrounds. I've gotten some good feedback, and I believe I've followed all the possible steps to actually getting a background for my den page. Clearly, I haven't done something right. I did create a CSS, I did upload it to Dropbox, and I did copy the link? I'll show what I did... 0 players like this post! Like? |
Keina [Not Active] (#50109)
Lone Wanderer View Forum Posts Posted on 2018-01-15 08:56:45 |
Hiya! Make sure your link is correct. For Dropbox hosted CSS you'll need to change www to dl in order for it to work. If that doesn't change anything you can always use the other way to change your background with CSS instead of having the @media. Here's the code you'll need: body { background: url('PASTE IMAGE DIRECT URL HERE') no-repeat center center fixed; background-size: cover; } Hope it helps! 0 players like this post! Like? |
Vasyncia ☄️ [G1 Quad Dawn] (#135075) View Forum Posts Posted on 2018-01-15 08:57:58 |
Vasyncia ☄️ [G1 Quad Dawn] (#135075) View Forum Posts Posted on 2018-01-15 09:01:33 |
Keina [Not Active] (#50109)
Lone Wanderer View Forum Posts Posted on 2018-01-15 09:05:10 |
Ah, it seems that the code you're using to link the css to your den is incorrect. Try using this: <*link rel="stylesheet" type="text/css" href="URL" */*> Hopefully that'll work. :o Sorry for not catching that earlier. 0 players like this post! Like? |
Vasyncia ☄️ [G1 Quad Dawn] (#135075) View Forum Posts Posted on 2018-01-15 09:07:05 |
Keina [Not Active] (#50109)
Lone Wanderer View Forum Posts Posted on 2018-01-15 09:07:46 |
1 |
---|