Hide MySpace Music Player with NO EMPTY SPACE!

This code not only hides the myspace music player, but also removes the empty space where the player used to be ( which is what current methods would accomplish ). Enjoy…

 

Paste this CSS code into your profile while in edit mode:

1
2
3
4
5
6
7
8
9
10
11
<style type="text/css">
 
table table td.text div {
display:none;
}
 
table table table td div {
display:block !important;
}
 
</style>

Comments

  1. 1. zach

    thanks! it actually worked!

  2. 2. hector

    you rock thanks 4 the code finally the only one that worked woo hoo!!

Leave a Reply