melonoctoling 1731114987626

chat how does one make an image their surface/bg


Reactions

Responses
Theo/Atrix 1731261030578
2

/* formatting this so you can just copy paste without having to sort through to delete me yapping _ anyways!! */

#page { background: url(LinkToImageHere.png)!important; } /* the div used for your bg doesn't have a class from what I could find, so you have to use the id (page) and the id selector for this. also do not remove the !important thing!! in the default css the background already has a set style, so you need to override it and using this method is the best way I know how. You may also be able to just put url(link) in the box in settings without actually messing with the css, but I haven't tested images with variables (which is what the default css for this uses) so I went with re-writing the css entirely via !important */

#public-ask
Vivienne 1731115007777
1

url()

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue