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>

Remove I’d Like to meet section on MySpace

CSS code to Hide the Myspace I’d like to meet section.

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.

Hide contact boxes

Remove contact boxes on MySpace.

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 :-)

Remove MySpace blog

Code to hide the MySpace latest blog entry.

Question:

Here’s a question from Danni - I would like to remove the MySpace blog latest entry from my web profile. Can you help?

Answer:

Thanks Danni. Removing your latest blog entry from MySpace is quite simple. First go ahead an grab the CSS code i have specified on this tutorial. Then go ahead and paste that code in your About Me section, and you’ll be just fine. That’s it :)

Hide MySpace online icon

Question:

Here’s one from Ally - Thanks for the useful codes you often post in this web site. Maybe you can help also with this one: I am after some HTMl code that i can use in order to hide the MySpace online icon. Thanks in advance.

Answer:

Thanks for your question. Here’s the CSS code you’ll need to paste into the About Me section of your MySpace web profile:

<style>table table table td.text div img {visibility:hidden;}
</style>

Or paste it directly to your About Me section with the cool Gigya widget:



Leave me a comment in case of questions :)

How to hide the MySpace search bar?

Hiding the search bar on MySpace

Question:

Dave asks: I am currently customizing my MySpace web site. Can you provide me with some CSS code that i can use in order to hide the MySpace search bar?

Answer:

Thanks Dave for your question. The widget below displays the CSS code you’ll need to use in order to hide the MySpace search bar. Go ahead and post the code into your MySpace by hitting the Copy button:

Alternatively, you can paste the code manually in the About Me section of your MySpace profile web page:

<style>
/* Hide myspace search bar*/
div div select, div div form {display:none}
</style>

Enjoy :)

How to hide the MySpace URL?

Hiding the URL text box on MySpace.

Question:

Here’s one from Ellaine: I am after some CSS code that i can use in order to hide MySpace URL. Can you point me to a relevant tutorial?

Answer:

Thanks for the question. Here’s the code you’ll need in order to hide the MySpace URL. You’ll need to copy it and paste into your About Me section in your MySpace profile:

<style>
/* hide MySpace URL code  */
table.userProfileURL{display:none;}
</style> 

Enjoy!

← Previous PageNext Page →


  • Recently Written