How to Hide the Blue Background on the General Section
The default MySpace profile that you receive when you sign up for a MySpace account is the same for everyone. It features boxes with blue backgrounds and dark-blue headings. You might not want one of your boxes to have the blue background because you want to customize your MySpace profile to suit your preferences. Luckily, it is relatively easy to hide the blue background on the general section by simply implementing a simple CSS code into your profile.
Instructions
-
-
1
Login to your MySpace account.
-
2
Click "Edit Profile."
-
-
3
Copy and paste the following code into the "About Me" section:
< style>.interestsAndDetails td {width:0px;}
table.interestsAndDetails td td {background-color:white;}</style>
-
4
Click "Save Changes."
-
1
Tips & Warnings
Preview what your profile will look like with the blue background on the general section hidden by clicking the "Preview Profile" button before you save your changes.
Do not alter the code because if it isn't exactly correct, it will not work.