bgbg wrote:As I was telling someone in another thread, I'm not an expert but I can tell you what seems to have worked for me.
1. Make sure you've clicked "build" in Squiffy.
2. Outside of Squiffy, open up the folder that has your Squiffy game in it. Look for the file style.css. Open that in a program that handles plain text files, like wordpad.
3. In the style.css file, paste in the first example from this page http://www.w3schools.com/css/css_background.asp but change the color to black. Save.
4. In the same folder as style.css, find the index.html file. Open this in a web browser to see if it looks the way you want. If you've done something to the style.css file that completely messes it up, just build again from Squiffy to start over.
5. When the index.html file looks the way you want in the browser, save a copy of the style.css file in a safe place where it won't get automatically written over the next time you hit "build" in Squiffy.
6. If, later, you need to build again in Squiffy for some reason--after you build, replace the style.css in the game folder (which will be the one that Squiffy has automatically generated there) with a copy of your "safe" copy of style.css.
If the part of the screen that's black is not the part you want to be black, try putting that background-color line in some of the other sections of the style.css file, instead of in the "body" section, and see what happens.
[[MySection]]:
<span style="background-color:black;">
Put text here.
And more text.
And all the rest of the text.
</span>
bgbg wrote:My instructions are for the downloaded version of Squiffy. It looks like the website version is set up differently. I've edited my post again to clarify.
ethanqman wrote:"bgbg"
My instructions are for the downloaded version of Squiffy. It looks like the website version is set up differently. I've edited my post again to clarify.
Yeah that worked for me. Thanks man! I want to thank you bgbg you saved me on this project lol. http://textadventures.co.uk/games/view/ ... -adventure this is my final copy. It was okay considering its my first time ever coding something. Anything else i could improve?