Hide interest section on MySpace
Code to hide the Interests section on your MySpace
Question:
Eva asks: I am looking for some code that will help me to remove my Interests on MySpace. Your help is appreciated.
Answer:
Thanks for your question, Eva. It’s quite simple to hide Interests on MySpace.
Please go ahead and post the required code to your MySpace profile (by clicking on Copy) from the following widget:
You can also manually copy the code from below and paste it on MySpace:
<style>
/* Hide Interest section */
table.interestsAndDetails {display:none}
</style>
How to hide my comments?
Simple CSS code for hiding MySpace comments
Question:
Dorothy asks: I am customizing my MySpace profile. I would like to remove my MySpace comments. Can you please help me?
Answer:
Thanks for your question, Dorothy. You can easily hide your comments on MySpace. Just go ahead and grab the CSS code from the widget below (by clicking the Copy button). Then post it in your profile’s About Me section.
Please go ahead and post the required code to your MySpace profile (by clicking the MySpace button) or just grab it (by clicking on Copy) from the following widget:
You can also manually copy the code from below and paste it on MySpace:
<style>
/* Hide my comments*/
table.friendsComments{display:none;}
</style>
