How to Hide the Music Player on My Space
MySpace is an online social network. Users maintain a customized MySpace profile page and browse other members' pages to get to know the MySpace community. One of the features that users can add to a MySpace page is a music player. You can hide the music player by altering the music-player settings or through the use of HTML code.
Instructions
-
Altering Music Player Settings
-
1
Log in to your MySpace account using your email and password.
-
2
Locate the music player on your profile page.
-
-
3
Click the "Remove From Profile" button at the bottom of the music player. The "Profile Edit" screen will appear.
-
4
Locate the dropdown menu in the "Profile Music Player" section. Use the menu to select the "Hide" option.
-
5
Click on the "Save" button, which is directly below the dropdown menu.
Using HTML Code
-
6
Sign in to your MySpace account.
-
7
Identify the version of My Space you are using. If using MySpace 1.0, copy the following code:
<style type="text/css">.a {MypsaceGens Hide Music Player http://www.myspacegens.com/handler.php?page=tutorials&12=S} embed, object { filter:alpha(opacity=0.2); opacity:0.02; } td td td embed, td td td object, table table td.text embed, table table td.text object { filter:none; opacity:none; } table table div { position:absolute; top:0px; left:-250px; } table table td.text div, table table div div, table table table div, div table table div, table div table div { position:static; } table.interestsAndDetails { margin-top:-25px; }</style> .
Click on "Customize Profile." Locate the "About Me" box and paste the code into this box.
-
8
Copy the following code if using MySpace 2.0:
.musicPlayerModule div.moduleBody { width: 1px; height: 1px; } .musicPlayerModule object { filter: alpha(opacity=0.1); -moz-opacity: 0.1; opacity: 0.1; height: 1px; width: 1px; }
Select "Customize Profile" and paste the code into the "CSS" section.
-
9
Click "Save All Changes." Select the "View My Profile" option. The music player should no longer be visible.
-
1
Tips & Warnings
Hiding the music player will prevent any new songs that you add to your profile from being visible.