BACKGROUND FOR GAME PROFILE PAGE ON RMN
Posts
Pages:
1
Hi all,
I'm new to the site (and to CSS) and am trying to set up my game page. How can I add a background with a custom image to it?
After doing a search it seems like this should work under the game profile's "Profile Customization"
#body { background: #000080 url(ibb.co/N7KMPdZ) repeat-x !important; }
However it just turns my page's background to nothing.
Any help would be appreciated!
I'm new to the site (and to CSS) and am trying to set up my game page. How can I add a background with a custom image to it?
After doing a search it seems like this should work under the game profile's "Profile Customization"
#body { background: #000080 url(ibb.co/N7KMPdZ) repeat-x !important; }
However it just turns my page's background to nothing.
Any help would be appreciated!
#body {
background: #000000 url("http://rpgmaker.net/media/content/users/7125/locker/d2dcssbg.png");
background-repeat:repeat x repeat-y;
color: #cccccc;
}
This is what I use.
I think the problem with yours is that this URL doesn't lead directly to the image.
I'd recommend saving that image to your RMN locker and linking it there.
background: #000000 url("http://rpgmaker.net/media/content/users/7125/locker/d2dcssbg.png");
background-repeat:repeat x repeat-y;
color: #cccccc;
}
This is what I use.
I think the problem with yours is that this URL doesn't lead directly to the image.
I'd recommend saving that image to your RMN locker and linking it there.
author=calunio
#body {
background: #000000 url("http://rpgmaker.net/media/content/users/7125/locker/d2dcssbg.png");
background-repeat:repeat x repeat-y;
color: #cccccc;
}
This is what I use.
I think the problem with yours is that this URL doesn't lead directly to the image.
I'd recommend saving that image to your RMN locker and linking it there.
Thanks! I think it's working correctly now (although my page is showing your background/font color, but I imagine this will be refreshed eventually :P)
Pages:
1















