How to hide relationship / marital status on MySpace?

Hiding your relationship status on MySpace.

Question:

Brooke from Ireland asks: Thanks for the nice MySpace codes you guys often publish here. Can you provide me with CSS code that will allow me to hide my marital status on MySpace?

Answer:

Thanks for the question Brooke. Unfortunately, there is no straightforward way to hide your relationship status on MySpace. If this is absolutely important to you, you can try to use a custom details box generator or simply hide the details table.

How to hide sections headers on MySpace?

Hiding section headings on MySpace

Question:

Here’s one from Lisa:I am looking for some MySpace CSS code that will allow me to hide section headings and headers on MySpace. More specifically, i am after code that will allow me to hide the headers of the Blurbs section.

Answer:

A while i wrote a tutorial on how to hide the About Me title on MySpace. I would suggest that you take a look at it, as it contains the required CSS code for hiding your MySpace profile headings.

Hide details section

Hiding the details box section on MySpace

Question:

Here’s one from Terence : I am looking for a simple piece of standard HTML or CSS code that i can use in order to hide the details section on my MySpace profile. Your help with removing the Details section is highly appreciated.

Answer:

Here’s the CSS code that you can implement in your MySpace web page in order to hide the details section. Make sure that you paste the removal code in your About Me section.

Go ahead and post the code to your MySpace profile using the widget below (by clicking the Copy button, and then post the code into your About Me section):

Or if you prefer to copy and paste manually:

<style>

/* Hide Details section */
table.userProfileDetail {display:none}
</style>

Enjoy!

How to hide the top navigation bar on myspace?

Hiding the MySpace top navigation bar section.

Question:

Here’s one from Elie : Thanks for the useful CSS codes you regularly post in this web site, i have used them more than once in order to customize my MySpace profile. Will you be able to provide me with some codes that i can use in order to hide the top navigation bar on MySpace?

Read more

How to hide Interests on MySpace

Hiding MySpace Interests using CSS code

Question:

Here’s one from Dori - Working on my MySpace profile and was looking for some custom CSS code that will allow me to hide Interests. Any help is appreciated.

Answer:

Thanks Dori. Not long ago i wrote a tutorial on how to hide MySpace interests. Make sure you follow it, as it contains the CSS code you are looking for your MySpace web site.

How to hide the About Me section?

Hiding the About Me section in MySpace

Question:

Jeniffer asks: Thanks for the useful MySpace HTML codes you post in this web site. Can you please provide me the required codes in order to hide the About Me section on my MySpace profile web page?

Answer:

Thanks for your question. Here’s how you Hide your About Me section on MySpace (code was tested on Internet Explorer).

You can quick post the code to your MySpace web profile by clicking on the Copy button in the widget below, then post the code into your About Me section:



Now skip to step 2 below.

Alternatively, you can post the code manually by following these steps:

  1. Copy the following MySpace CSS code and paste it in the About Me section:
    <style>
    
    /* hide About Me section */
    
    table.blurbs td table td
    span.orangetext15{display:none}
    
    </style>
  2. Copy the following code to the I’d Like to meet section:
    
    <div class=”orangetext15″ style=”display:block;”>
    Your I’d like to meet label</div>
    
  3. That’s pretty much it. You might also look into my tutorial on how to hide Blurbs on MySpace. This will allow you to hide both About Me and I’d Like to meet sections.

    How to hide your blog on MySpace?

    Code to hide your MySpace blog

    Question:

    I am working on my new MySpace profile. I was wondering if you can provide me the MySpace codes i need in order to hide my blog on MySpace?

    Answer:

    Hiding the latest blog entry section is a good idea if you don’t write a blog on MySpace, or if you don’t really want to allow access to your blog to visitors to your MySpace page.
    Hiding your blog (and by this moving your about me section up) is easy. All you’ll need to do is to grab the required CSS code from the following widget (by clicking the Copy button):

    Alternatively, you can hide your blog on MySpace manually:

    • Login to MySpace.com
    • Copy the following code and paste it into the About Me section of your MySpace profile:
      <style>
      
      /* hide blog on MySpace */
      .latestblogentry{display:none}
      </style>
    • Hit Save All Changes.

      Note: This Cascade Stylesheets code works in both Internet Explorer and Firefox.

    How to hide the MySpace contact table?

    Question:
    Helen asks: I am customizing a brand new MySpace web page, and found your tutorials quite useful for hiding stuff on my MySpace profile. Can you provide the code i need to use in order to hide the MySpace contact table?

    Answer:

    Hiding the MySpace contact table is easily done using Cascade Stylesheets code. Please follow this procedure:

    • Login to your MySpace.com account
    • Grab the following Cascade Style Sheets code and copy it into the About Me section of your MySpace profile:
      <style>
      
      /* hide MySpace contact table */
      .contactTable{display:none;}
      
      </style>
    • Hit Preview Profile and if satisfied with the results click Save All Changes.

      Note: This code was tested in both Internet Explorer and Firefox.

    How to hide the details table on MySpace?

    Hide the details table section on MySpace.

    Question:

    Henry asks - i am currently customizing a brand new MySpace web profile page and started off by removing some out of the box stuff. Now i am looking for some MySpace codes that can help me to hide the details section. Can you help?

    Answer:

    Thanks for your question. If you would like to hide the details on MySpace you’ll need to tweak your MySpace profile using CSS code. This trick was tested on the most popular web browsers: Internet Explorer and Mozilla Firefox.

    Here’s what you need to do:

    • Login to your MySpace profile.
    • Click Edit Profile.
    • Copy the following code and paste it in your About Me section:
      <style>
      
      /* Hide Details on MySpace */
      table.userProfileDetail {display:none}
      </style>
    • Click Preview Profile and if satisfied hit Save All Changes.

    Voi’la, you have just hidden your MySpace details section.

    How to hide the MySpace URL table?

    Question: Here’s a question from Bob from Arizona: I gave it a few shots, but apparently i can’t hide the MySpace URL from my MySpace profile page. Any clues?

    Answer:

    In order to be able to hide your MySpace URL table from your MySpace profile you’ll need to use some more advanced Cascade Style Sheets (CSS) code. Here’s the exact procedure you should follow:

    • Login to your MySpace account
    • Copy the following CSS and copy it into the About Me section of your MySpace profile:

      <style>
      table.userProfileURL{display:none;}
      </style>

    • Click Preview Profile. If satisfied Save All changes.

    Voi’la, your MySpace URL is now hidden :)

    Got Tech Support questions? Send them through my contact form and have them answered!

    ← Previous PageNext Page →