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>