LONESTARLUIGI'S PROFILE

I may make a game eventually.... Possibly...







SRW2: Yoshi's Archipelag...
More Islands = Better

Search

Filter

[RMVX ACE] I need help with my game page..

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.

[RMVX ACE] I need help with my game page..

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.

[RMVX ACE] I need help with my game page..

#body {
background-image: url("https://rpgmaker.net/media/content/users/28722/locker/RMN_BACKGROUND.png");
}

Exactly how greatredspirit said it should turn out.

[RMVX ACE] I need help with my game page..

author=GreatRedSpirit
Those square bracket url things so it looks like:
#body {
background-image: url("https://rpgmaker.net/media/content/users/28722/locker/RMN_BACKGROUND.png");
}

(I hate the bbcode parser)


I did that and still nothing. There has to be something I'm doing wrong here, I'v followed your instructions closely and it doesn't seem like it wants to work for me?

[RMVX ACE] I need help with my game page..

author=GreatRedSpirit
Ahh, the CSS selector is incorrect. You have it set to just "body" which means the HTML element "body" gets the background image. The RMN default background image is defined in the HTML element with the ID of "body" which requires the CSS selector "#body". So replace your CSS with:
#body {
    background-image: url("[url]https://rpgmaker.net/media/content/users/28722/locker/RMN_BACKGROUND.png[/url]");
}

(except the url tag shit that RMN's bbcode parser keeps adding



Okay, so what url stuff do I remove? (Sorry if i'm annoying I can't wrap my brain around this lol)

Screen_Shot_3.png

author=BlackWolf1992
I get this almost mad hatter Alice in Wonderland vibe. >.> but may that is just me.


That's actually what inspired this scene!

[RMVX ACE] I need help with my game page..

author=GreatRedSpirit
Your profile's templateis currently a lone }, punch what you're trying in and I'll take a look at it.


I just put that in and still nothing.

[RMVX ACE] I need help with my game page..

I still don't get it, I've put the url there several times and I still can't get a result.

[RMVX ACE] I need help with my game page..

Okay lol I seriously can't wrap my brain around this I've been trying to add a simple background image to the game page and I can't seem to get it right I've spent at least 2 hours trying this and I can't do it lol

What Videogames Are You Playing Right Now?

My current play list

SMT 4
SMT 4 Apocalypse
Xenoblade Chronicles
Dragon Quest 8
Majora's Mask
Dragon Quest 5


I have so many games I'm trying to juggle between its a mess lol.