Posts Tagged ‘no empty space’

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>