What's the code for making an image my background for my user profile? c: I know there's a code to do this. I just don't know what it is and other posts on here that might have it aren't showing. Like the forum post has no text showing on it :c I just want the code I'm tired of having a plain user background
try this:
html {background:url(IMAGE URL)}
i hope i won't bother you that i am asking on your thread, but i have a similar question!!
i know nada about coding, so bear with me, but look, i did a thang lol!
here
< style >
img#luminaire_gifts {
height: 500px !important;
width: 300px !important; }
body { background-image: url(https://68.media.tumblr.com/7b3c2a5ad7a9651e94098d82fed6113e/tumblr_nubi4py95Z1taknieo1_500.gif); }
< /style >
somehow i was able to add some snow to my profile... but! i cannot seem to make it repeat vertically even if i tried
also, is it possible to make it snow just on the lumi tree box profile, not my whoooole profile? (tagging here as well)
thanks sooo much for your patience!!!!
try changing the background of just the div :
{background:url(URL) repeat}