Comments on [F2U HTML] Rain World All Comments

I’m having a little trouble with the background image, whenever I try to put on in the entire thing turns white could I get some help? This code is really awesome btw

i'm glad you like it! :D can you reply with a screenshot of what you're doing to the code that causes this?

Here’s how it looks 

76580954_cCYp4BBooYCBTp9.png

And then I don’t know if I’m doing this right or not? But I just put the image where the color Hex was I think I read that from another comment 76580973_ipPSrRQNIoMwiey.jpg

thank you for helping!

switching to WYSIWYG at any point will always irreversibly break the code, so first you'll have to turn WYSIWYG off (preferrably through here, where you can also turn on the code editor) and start over. you've got the right idea for how to add a background, but you also need to enclose the image url in url(), like this: background: url(YOURURLHERE);

Thank you! It worked :)

great, glad i could help! :D