Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Myspace code to hide almost everything?[50 points]?

I want the myspace code to hide everything so my thing is just all black and then I am going to go from there I don't want anything at all showing do you know the code for it even if you don't please just get it from the computer look it up and tell me it. ;)

3 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    <style>

    table.extendedNetwork {display:none;}

    table.latestBlogEntry {display:none;}

    table.blurbs {display:none;}

    table.friendSpace {display:none;}

    table.friendsComments {display:none;}

    table.profileInfo {display:none;}

    table.contactTable {display:none;}

    .userProfileURL {display:none;}

    table.interestsAndDetails {display:none;}

    table.userProfileDetail {display:none;}

    table.userProfileSchool {display:none;}

    table.userProfileCompany {display:none;}

    table.userProfileNetworking {display:none;}

    </style>

  • Anonymous
    1 decade ago
    Source(s): cσργяìɠнт © 2008 ρσρєγє ìиc. αιι яìɠнтs яєsєяህєᗪ.
  • Anonymous
    1 decade ago

    Hide Friends Section

    Place the following code into your "About Me" section of your profile.

    <style type="text/css">.friendSpace {display:none;}</style>

    Hide Add Comment Button

    Place the following code into your "About Me" section of your profile

    <style type="text/css">td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;}td.text td.text td a {visibility:hidden;}</style>

    Hide Comments

    Place the following code into your "About Me" section of your profile.

    <style type="text/css">.friendsComments {display:none;}</style>

    Hide Contact Table

    Place the following code into your "About Me" section of your profile

    <style type="text/css">.contactTable { display: none }</style>

    Hide URL Box

    Place the following code into your "About Me" section of your profile

    <style type="text/css">.userProfileURL {display:none;}</style>

    Hide Blog Section

    Place the following code into your "About Me" section of your profile

    <style type="text/css">.latestBlogEntry {display:none;}</style>

    Hide Your Display Name, Picture, and Info

    Place the following code into your "About Me" section of your profile.

    <style type="text/css">.profileInfo {display:none;}</style>

    -OR-

    Hide ONLY Info Next To Picture

    To Hide Your Info Next To Pic: Place The Following Code Into The End Of Your "Headline" Section.

    "<font style="display:none;">

    Hide Extended Network

    Place the following code into your "About Me" section of your profile

    <style type="text/css">.extendedNetwork {display:none;}</style>

    Hide Who I'd Like To Meet

    Place the following code at the end of your "About Me" section.

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

    Hide About Me Section

    There is no code to hide only the About Me section, but you can hide both the About Me and Who I'd Like To Meet using the following code. Paste it into your About Me section.

    <style type="text/css">.blurbs {display:none;}</style>

    Hide Navigation Bar

    Place the following code into your "About Me" section of your profile

    <style type="text/css">.navigationBar {display:none;}</style>

    Hide Music Player

    Place the following code into your "About Me" section of your profile

    <style type="text/css">td td embed { width:0px;height:0px; }</style>

    Hide Interest Table

    Place the following code at the end of your "About Me" section.

    <style type="text/css">.interestsAndDetails {display:none;}</style>

    Hide Bottom Links

    Place the following code into your "About Me" section of your profile

    <style type="text/css">a.text, table div font a, table div div {visibility:hidden;}</style>

Still have questions? Get your answers by asking now.