does anyone know how to add an image background to your profile

i litterally have just a basic ass jpeg that i want to put as my background to my profile, does anyone know how to do this?


0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

animals

animals's profile picture

i never tried it before but i *just* pulled this out of one of the layout things ive tried. it goes between the ( style ) tags (where the () are actually <>) (im doing that bc i do NOT want this comment to be obliterated. it has happened before :( )

so it goes like



(style)

body {
background-image: url('[image address of image you want here.file]');
background-attachment: fixed;
background-repeat: repeat;
}

(/style)



(again parenthesis are <>. and no spaces between those and the tag name/whatever it's called)


i have literally never played around w this before so there's a change it might not work. and i hope nothing about this messed up the formatting of my comment. that would be annoying.

either way hope it works out for you!


Report Comment