Replies

Aug 8, 2014 11 years ago
Runes
is part of the crew
User Avatar

I found a photo I took that I think might make a nice background for my profile. What I'm looking for is a background that won't move while scrolling and doesn't tile. However, I am so incompetent with coding that I can't even figure out where I should put the coding on the profile.

Aug 13, 2014 11 years ago
Lypsyl
is a billionaire
User Avatar
Crotchety

I use this in my pet profile, it should work in your user profile <style type="text/css"> body { background-image: url(IMAGE ADDRESS); background-attachment: fixed; background-position: top, left; background-repeat: no-repeat; }body </style>

To put the code in you can go to the top menu, personal->user dashboard, then click the Profile tab and put the code in the box there. When done, click the submit profile button.

Aug 13, 2014 11 years ago
Runes
is part of the crew
User Avatar

Hmm, it doesn't seem to work for me. Oh well. Having a boring profile isn't that much of a problem. Maybe I should just commission someone to actually make one at a later date.

Thanks for trying to help anyway.

Aug 13, 2014 11 years ago
Nightrage
is a mirage
User Avatar

<style>body {background-image: url(URL HERE); background-repeat: no repeat; background-attachment:fixed;} </style>

This should work

Please log in to reply to this topic.