Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now 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.
Trending News
How to hide ''who i'd like to meet''?
On my old myspace I used to have like a code or something that hid the ''who i'd like to meet'' bit. Anyone know what it was?
4 Answers
- 1 decade agoFavorite Answer
Don't put anything inside of it
Or;
Copy paste this code for 1.0
</td></tr></table><table style="display:none"><tr><td>
Or this one for 2.0
.blurbLikeToMeet { display: none; }
- 1 decade ago
go to yahoo.com search hide myspace who i'd like to meet code and you should have websites and they should have the codes on them...there you go!
- ?Lv 41 decade ago
I use this code to hide the orange bars and the 'about me' and 'who'd i'd like to meet' words
<style>
.Hide Orange Bars and Text{rr}
td.text table {width:100%;}
.friendsComments td table, .friendsComments td.text table, .friendSpace table, .blurbs, .blurbs td.text {background-color:transparent; border:0px;}
.orangetext15{display:none;visibility:
hidden;}
</style>