Comments on [F2U HTML] Rain World All Comments Start of Thread Parent

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