How to remove the friend space section on MySpace v1 ?
Code to hide top friends on MySpace
Question:
Fito asks: Thanks for the nice codes you guys publish here! Today i am after codes for deleting my top eight friends list on MySpace.
Answer:
Thanks for your question, Fito. I guess you are referring to the traditional MySpace layout (and not to the new MySpace profile layout 2.0). If so, go ahead and post the CSS code i put in the widget below (by hitting Copy) to the About Me section on MySpace.
If you want, you might also manually copy the code to hide your top 8 from below and paste it on MySpace:
<style>
/* How to Remove top friends on MySpace? */
table.FriendSpace{display:none};
</style>
The code for hiding your friends on MySpace 2.0 can be found here.
Want to customize your MySpace profile? If so, we suggest that you browse the tons of codes available in our MySpace codes page.
Filed Under: Hide MySpace stuff • MySpace Help
Other useful related answers:
- How to remove my top 8 friends section?
- How to hide just friends on MySpace new profile?
- How to hide my schools section on MySpace ?
