Wednesday, March 4, 2009

Hide friends and comments

Need to hide the friends and comments section out of your myspace profile? The following code should help you out with this. Just make sure to paste the code in your "About Me" section of your myspace page.

<style>
/* hide MySpace friends section */
table.friendSpace{display:none;}

/* hide MySpace comments section*/
table.friendsComments{display:none;}
</style>

That should do it kiddies! If you only wanted to do one or the other you could also do that by simply deleting out the section that you still want to appear. Enjoy!

No comments:

Post a Comment