How to hide music on MySpace?

How to remove your music player on MySpace?

Question:

Timmy asks: I am looking for some html code i can use in order to remove the MySpace media player? Can you help?

Answer:

Thanks for your question, Timmy.

A few people already asked how to hide music on MySpace. The answer is to go ahead and grab the required CSS code from the following widget (by clicking the Copy button):

You can also manually copy the CSS code from below and paste it on MySpace:

<style>

/* hide music */

td td embed, td td object { position: absolute; top: -700px;
left:-600px; }td td td embed, td td td object
{ position: static; }

</style>

Hide interest section on MySpace

Code to hide the Interests section on your MySpace

Question:

Eva asks: I am looking for some code that will help me to remove my Interests on MySpace. Your help is appreciated.

Answer:

Thanks for your question, Eva. It’s quite simple to hide Interests on MySpace.

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 Interest section */

table.interestsAndDetails {display:none}

</style>

How to hide my comments?

Simple CSS code for hiding MySpace comments

Question:

Dorothy asks: I am customizing my MySpace profile. I would like to remove my MySpace comments. Can you please help me?

Answer:

Thanks for your question, Dorothy. You can easily hide your comments on MySpace. Just go ahead and grab the CSS code from the widget below (by clicking the Copy button). Then post it in your profile’s About Me section.

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 my comments*/
table.friendsComments{display:none;}

</style>

Remove friends names and links on MySpace

Code to hide 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

Code to hide the Contact table in your MySpace profile web page

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

A CSS tweak for hiding the profile URL on MySpace

Question:

Vivi asks: Hey What’s up. I am in need of some codes to hide or remove the URL table on a MySpace profile layout. 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 hitting the Copy 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 MySpace details

Question:

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

Answer:

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

Please go ahead and post the required code to your MySpace profile (by clicking the Copy button) from the following widget:

You can also manually copy the code from below and paste it on MySpace:

<style>

/* Removing the details table on MySpace  */

table.userProfileDetail {display:none;}

</style>

Remove Contact Box on MySpace

CSS code to remove your MySpace contact box table 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>

← Previous PageNext Page →


  • Recently Written