So, I was trying two of the methods described here.
However, neither seems to work. Putting HTML directly into the story box doesn't seem to have any effect (even if I insert it in source view). I wonder if this is because the article is old and HTML has changed? Are you actually allowed to change the body tag at that point on a page? Or am I just doing it wrong?
When I first read the article (several months ago) it worked fine for me. Now, I don't know what's happened. I can't get it to work either, with or without the RTE disabled...
@the_quiller @nmelssx @Killa_Robot @BradinDvorak
And I tried adding the background with internal style sheets, but that code gets stripped out, too, darn it!
Oh wait, I found one way to make it work -- you CAN put an internal style sheet into a global script. I haven't worked out a way to make it only change one page background, but that will allow you to change every page's background.
Either this or using $PAGEID in the global script. The rich text editor tends to delete script and style tags, unfortunately, so unless you switch to plain text, these are the best options.
Yes, thank you for mentioning that.
Ogre, be sure to turn RTE off in your profile settings. Doing so allows you more easily to integrate HTML, CSS, and JS into your game.
Aha! Will do, thanks for that!