Hide MySpace interests text section
Hide interests text section on MySpace
Question:
Durbi asks: I am trying to hide my interests table on MySpace. Can you help me with the code?
Answer:
Thanks for your question, Durbi. You can get rid of your interest box on MySpace by using a small chunk on CSS code that you can apply to your MySpace profile.
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 interests text on MySpace */
table.interestsAndDetails {display:none}
</style>
Hide friends and comments
Hide friends and comments in your MySpace profile
Question:
Dalila asks: Thanks for the nice html and CSS code you publish in your web site. Today i am trying to tweak my MySpace profile and remove my top 8 and friends comments sections fro it? Your tech support is appreciated.
Answer:
Thanks for your question, Dalila. Hiding the friends and friends comments section boxes is quite common on MySpace. Follow these instructions
Please go ahead and post the required code to your MySpace profile (by clicking on Copy) from the widget below:
You can also manually copy the code from below and paste it on MySpace:
<style>
/* Code to hide friends and comments on MySpace */
table.friendsComments{display:none;}
table.friendSpace{display:none;}
</style>