View Full Version : myspace background


angelfire_1119
03-17-2006, 12:56 AM
I am new to all of this and I was trying to figure out how to add a background to my profile.

Valkyrie
03-17-2006, 02:05 AM
In your About Me section, add this code

<style type="text/css">
body{background-image: url(Your image); //For a background image
background-color: 000000; // Change to your own background color
}
</style>