[RMVX ACE] I NEED HELP WITH MY GAME PAGE..
Posts
#body {
background-image: url("https://rpgmaker.net/media/content/users/28722/locker/RMN_BACKGROUND.png");
}
Exactly how greatredspirit said it should turn out.
background-image: url("https://rpgmaker.net/media/content/users/28722/locker/RMN_BACKGROUND.png");
}
Exactly how greatredspirit said it should turn out.
No, that's my bad. I forgot background and background-image behave differently. It's been ages since I've done any real CSS work. There's a weird background collision for me (on Vivaldi at least). Use:
#body {
background: url("https://rpgmaker.net/media/content/users/28722/locker/RMN_BACKGROUND.png");
}
That should use the one background without the sub-blue background thing messing it up.
#body {
background: url("https://rpgmaker.net/media/content/users/28722/locker/RMN_BACKGROUND.png");
}
That should use the one background without the sub-blue background thing messing it up.
author=GreatRedSpirit
No, that's my bad. I forgot background and background-image behave differently. It's been ages since I've done any real CSS work. There's a weird background collision for me (on Vivaldi at least). Use:
#body {
background: url("https://rpgmaker.net/media/content/users/28722/locker/RMN_BACKGROUND.png");
}
That should use the one background without the sub-blue background thing messing it up.
Again nothing, maybe I don't have CSS privileges or something lol? Because I followed everything, and copied and pasted the thing multiple times, and tried over and over.
This is what I see. Make sure you F5 or Ctrl+F5 enough until your browser decides to quit using its cache and reload the template CSS. Or are you aiming for something different?
Hmm. Have you tried a hard refresh of your page? (Ctrl+F5) I noticed I have to do that when I check my page after changing somethings.
OOOOOH Lol I see! Thank you very much for helping me with this! I didn't even realize that! Now I can rest easy lol.















