Code for hiding my music player?

amye

Member
Joined
Mar 24, 2008
Messages
39
Reaction score
0
Points
6
i want to hide my music player on my page but i have many code and they work but they just leave this big stupid blank spot do you have a code that will hide it but not keep the blank spot that the music player is suppose to go?
 
uhh, try this:

<style>
div object {display:none;}
.interestsAndDetails {margin-top:-30px;}
</style>

i think it also hides the add, but you can turn the music player off by removing the songs from your playlist or going into your account settings and turning it off.
 
uhh, try this:

<style>
div object {display:none;}
.interestsAndDetails {margin-top:-30px;}
</style>

i think it also hides the add, but you can turn the music player off by removing the songs from your playlist or going into your account settings and turning it off.
 
Back
Top