**We only support Internet Explorer. If your browser does not meet this requirement, you will have difficulty accessing
portions of this website. We apologize for any inconvenience:( Click Here to download Internet Explorer 7 .
© Leave us a MySpace Comment©
Navigation
MySpace 1.0
MySpace Goodies
MySpace Banners
© Leave us a MySpace Comment©
Graphics/Comments
1.0 Tutorials & Codes
2.0 Tutorials & Codes
More Tutorials & Codes
Generators/Widgets
Html Tutorials
Sponsors
MySpace 2.0
Friends
Other Cool Stuff
Sponsors
© MySpace Tutorials & Codes ©
|
|
|
|
|
TO CHANGE THE BACKGROUND COLOR OF |
|
|
YOUR MYSPACE PROFILE |
|
1. |
Go to your MySpace page |
|
2. |
Click Edit Profile |
|
3. |
Copy and paste the following code into your “About Me” section.
<style type="text/css">body{background-color: 000000;}</style> I got my Codes from <a href="http://www.ourawesomeworld.com"> OurAwesomeWorld.com</a> |
|
4. |
Then Click “Save All Changes” and “View My Profile”. |
|
|
|
|
|
As you can see in the illustration below, only the background color changes: |
|
|
|
|
|
For this example I used black but you can change it to whatever color you want. If you’d like to make it, let’s say, red then your code would look like this:
|
|
|
The only thing that changes is ff0000 which is the color code for red. Check out the Color Code Chart for more codes to customize your layout. |
|
|
______________________________________________________________ |
|
|
TO CHANGE THE COLOR OF THE WHITE TABLE IN THE CENTER
Do as above except use this code instead:
<style> table, tr, td {background-color :transparent; border:0px;} table table {background-color:pink;} * {color:white !important;}</style> I got my Codes from <a href="http://www.ourawesomeworld.com"> OurAwesomeWorld.com</a>
This is what it will look like: |