Remove friends names and links on MySpace

Code for hiding your top 8 names and links on MySpace

Question:

Ann Marie asks: I am wondering if there is a way remove your friends names from your friends list and comment box, and also a way to remove the link that takes you to their profiles. Thank you, this is for my MySpace profile

Answer:

Thanks for your question, Ann Marie. You can easily remove your top 8 names and links from your MySpace profile. The easiest way to do that is to follow this simple tutorial.. It has the CSS code you’ll need in order to hide the links to your friends profiles on MySpace.

Remove Contact table on MySpace

Hiding the Contact table on MySpace

Question:

Jennie asks: How can i remove the contact table on MySpace?

Answer:

Thanks for your question, Jennie. You can use the small CSS code that i posted below and post it (either automatically or manually) to your About Me or I’d like to meet sections.

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>

/* Remove Contact table */

table.contactTable {display:none;}

</style>

Hide URL code for MySpace

CSS tweak for hiding the URL on MySpace

Question:

Vivi asks: Hey What’s up. I am in need of some codes to hide the URL table on MySpace. Can you help?

Answer:

Thanks for your question, Vivi. Sure. You can easily hide your profile URL on MySpace. For that, you’ll need to use some CSS code (you can find it below) that you’ll need to post to your About Me or I’d like to meet sections on your MySpace profile.

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 URL code */

table.userProfileURL{display:none;}

</style>

Remove Details on MySpace

Code to remove details on MySpace

Question:

Vanessa asks: Hey thanks for the nice tips! Can you post the code i’ll need in order to remove details on MySpace?

Answer:

Thanks for your question, Vanessa. Removing your MySpace details is not too tough. Go ahead and grab the following CSS code and paste it to your About Me section. That will do the work :)

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>

/*  */

table.userProfileDetail {display:none;}

</style>

Remove Contact Box on MySpace

CSS code to remove your MySpace contact box section

Question:

Vanessa asks: I would like to remove the contact section in my MySpace profile. Can you help?

Answer:

Thanks for your question, Vanessa. You can remove your contact box on MySpace using some small CSS code that you should post in your About Me or I’d like to meet sections of your MySpace web page.

Please go ahead and post the required code to your MySpace profile or just grab it from the following widget:

Alternatively, just go ahead and copy the code from below:

<style>

/* Remove Contact Box */

table.contactTable {display:none;}

</style>

Remove Blurbs code

Code to remove your Blurbs section on MySpace

Question:

Debbie asks: How can i remove my about me and i’d like to meet sections on MySpace?

Answer:

Thanks for your question, Debbie. You can remove your blurbs section on MySpace using some CSS code that i appended below.

Please go ahead and post the required code to your MySpace profile or just grab it from the following widget:

Or just go ahead and copy the code from below:

<style>

/* Remove Blurbs code */

table.Blurbs {display:none;}

</style>

Remove MySpace Comments code

Easily remove your comments box on MySpace

Question:

Benj asks: I would like to remove my comments section on MySpace. Can you please provide the required codes?

Answer:

Thanks for your question, Benj. You can quickly remove the comments box on MySpace by using CSS code. Please grab the code posted below and copy it to your About Me section in your MySpace web page.

Alternatively, you can manually copy and paste the code posted below to your MySpace page:

<style>

/* Remove comments code */

table.friendsComments {display:none;}

</style>

Remove I’d Like to meet section on MySpace

Question:

Here’s one from Dean: I am looking for some codes that i can use in order to remove the i’d like to meet section on MySpace. Can you help?

Answer:

Cheers Dean, Thanks for the question. Go ahead and navigate to your MySpace web profile About me section and paste the following CSS code that will allow you hide your I’d Like to Meet table:

</td></tr></table><table style="display:none"><tr><
td>

Please feel free to post a comment in case of issues.

Change the Interests text on MySpace

Question:

Here’s a question from Jonathan - How can i modify the font and color of the links text in my Interests table?

Answer:

Thanks for asking.
In order to change your Interests text you will need to modify the a.searchlinkSmall CSS code element in the About Me section of your MySpace profile.

You can quick post the required code automatically to your About Me section by clicking on the MySpace button in the widget below:



Alternatively, here’s a sample CSS code that will change your text:

<style>
/* Change Interests font on MySpace*/
a.searchlinkSmall{
font-family: Verdana, Arial;
font-size: 10px;
color red;}
</style>

You can choose your preferred color in our HTML color chart page.

Hide contact boxes

Question:

Here’s a question from Dale: I would like to hide the contact box on my MySpace profile. Can you provide me with the required codes?

Answer:

Thanks Dale. You might want to take a look at the tutorial i wrote on how to hide MySpace contact tables. It contains the CSS code that will help you to hide contact boxes on your MySpace profile.

Enjoy :-)

Next Page →