Changing the background to an image or solid color
broadwaydude
08 May 2019, 21:04I'm working on Web Editor and I would really like to change my background to something else, let it be an image or another color. Help.
Sh4dowGaming1234
09 May 2019, 07:31Very sorry, squiffy does not allow that sort of thing. Quest does!
![](https://i.imgur.com/WUGXS8yb.png)
Richard Headkid
09 May 2019, 17:28With the desktop version of Squiffy, it's easy to change the background CSS setting by editing the game's CSS file (after building the game into a website, of course), but this may not be an option when doing everything online.
broadwaydude
11 May 2019, 21:38Thank you! I downloaded Squiffy onto my mac and have seen results with editing the CSS file. I still can't seem to get the image working though. Can you show me the code you would use to do it?
![](https://i.imgur.com/WUGXS8yb.png)
Richard Headkid
11 May 2019, 21:53This should help:
https://www.w3schools.com/cssref/pr_background-image.asp
broadwaydude
11 May 2019, 22:07Wait, so what types of urls are you able to use?
broadwaydude
11 May 2019, 23:23Wait never mind, added Quotation Marks around the URL by accident even though I shouldn't have. Thank you so much for your help!