MySpace Music is the section of the popular social-networking website that allows you to upload your music and share it with potential fans around the world. Although music profiles are not capable of the same "drag and drop" customization as regular profiles, you can still change your layout using HTML and CSS. If you want to keep your top friends private, a simple tweak will do the trick.
Step 1
Visit MySpace and log into your account.
Step 2
Click "Edit Profile." On the "Edit Artist Profile" screen, select the "Musician Details" tab.
Step 3
Click the "Edit" link located beneath the section labeled "Bio."
Step 4
Copy the following line of code and paste it into the "Musician Bio" text box. The code must be copied exactly as it appears here.
<style type="text/css">.friendSpace { display:none; }</style>
Step 5
Click "Preview." Click "Submit" on the Preview screen to save your changes. To verify that the changes have been made, view your profile; your friends will no longer be visible.