|
How to Change the Background Color of your MySpace Group |
|
Here are simple steps for you to change the background color of your MySpace Group:
- Make sure you are logged in to your MySpace account.
- Click the text "Groups"
- Below the selected group name to be modified, click the text "Edit Group"
- Copy and add this code in the Description text area:
<style type="text/css"> body { background-color: #COLOR; } </style>
Make sure it is displayed in one line.
The CODE WILL NOT WORK if it is added in this manner:
<style type="text/css">
body { background-color: #COLOR; }
</style>
Different COLOR codes can be found here: MySpace Color Codes
- Click the button "Save Changes"
If you want to add more styles to the look of your MySpace profile, you can use the code below and add your selected colors:
<style type="text/css"> body { background-color:#COLOR; background-image:url("http://www.domain.com/image-filename"); background-position:FIXED; background-repeat:NO-REPEAT; scrollbar-face-color:#COLOR; scrollbar-highlight-color:#COLOR; scrollbar-3dlight-color:#COLOR; scrollbar-darkshadow-color:#COLOR; scrollbar-shadow-color:#COLOR; scrollbar-arrow-color:#COLOR; scrollbar-track-color:#COLOR; } td, table { background-color:TRANSPARENT; border:0px; border-width:0;} table table table table { background-color:#COLOR; border:2px DASHED; border-color:#COLOR;} body, td, li, p, div, textarea, li, h1, h2, p, br, .text {color:#COLOR;} a:link, a:active, a:visited {color:#COLOR;} a:hover, a.navbar:hover {color:#COLOR;} </style>
Make sure the code is displayed in one line.
|