How do I hide my myspace music player without a huge space?
I have a playlist. Not just one song. and when i hide it, the entire length of the playlist is just one big white space. How do I make it to where there isn’t a big space? but the song still play?
















it depends – are you using Profile 1.0 or Profile 2.0?
Profile 1.0 : http://abrax.us/bbz/MyspaceSongPlayer.php?page=hide
Profile 2.0 : http://abrax.us/bbz/MyspaceSongPlayer2.0.php?page=hide
for 2.0 only…enter in your css…
.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; }
Step 1
Login to MySpace and go to your home section. You can do this by hitting the home button in the top tool bar of the MySpace window. You may already be there now, but just in case I added this step.
Step 2
Click "Edit Profile."
Step 3
In the "About Me Section." Add the code found in the picture below.
If you prefer to copy and paste the following (remove the spaces to be like the picture to the left.)
< s tyle type="text/css" >
td td embed, object, pram, embed{height:0; width:0; visibility:hidden;}
< / st yle >
I would include the code with the tags here properly done, but I can notpublish the article with CSS embedded here.
Step 4
Click "Save All Changes" button at the bottom of the page.
Hopefully it helps you. For more information http://www.iyogi.net