Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

Background

7 years ago

I want to know how to do that profile page background changing thing. How do you do it?

Background

7 years ago
  1. Disable the Rich Text Editor and click the Update Profile button
  2. Enter <style>body {background: BG;}</style> in the profile text box. Replace BG with:
    • A color name or code, such as red or #FF0000
    • url() with the URL to an image between the parentheses, such as url(http://chooseyourstory.com/i/?44500)
    • Both, such as red url(http://chooseyourstory.com/i/?44500)
  3. Recheck the Rich Text Editor box if you want and click the Update Profile button

Background

7 years ago

Thanks.