How to change the background color of my MySpace.
To change the color of your background, simply paste the following code into your "about me" section. You can find the about me section by choosing "edit profile," and then pasting the code in the "about me" section:
<style type="text/css">body{background-color: 000000;}</style>
The above code changes only the background color of your MySpace:
How do I add a background image to my MySpace?
To add a background image to your MySpace, simply paste the following code into your "about me" section. You can find the about me section by choosing "edit profile," and then pasting the code in the "about me" section:
<style type="text/css">body{background-image:url("your image url");</style>
The above code changes only the background image of your MySpace:
How do I remove white areas on my MySpace?
Removing the white areas allows your image or background color to show through. To remove white areas of your MySpace, simply paste the following code into your "about me" section. You can find the about me section by choosing "edit profile," and then pasting the code in the "about me" section:
<style type=text/css>body{background-image:url("your image url");td, table, tr, span, li, p, div, textarea, DIV, input{background-color:transparent;border:0px none;}</style>
The above code changes only the transparency of your MySpace tables: