chat how does one make an image their surface/bg

/* 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
Theo/Atrix 1731261030578

Reactions

Comments
Leave a comment

woah okay tech wizard slow down /j i'm using url() right now and have been since minutes after i got a response on this question, so it works. but what's the difference between the long lines of code you just gave me and url() ? Does it allow me to add or change properties, like locking it in place, or is it just the same thing but fancy?

m sorry if the answer is obvious, i'm trying to learn css but i might have the brain capacity of a wet paper towel

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue