Hiding I’d like to meet text on MySpace
Question:
Here’s a question from Fayz: Can i remove the who i’d like to meet text?
Answer:
Thanks for your question, fayz. Removing the I’d like to meet text on MySpace is quite simple. Please grab the CSS code from below and paste in the About Me section of your MySpace.
Please go ahead and copy the code from the box below:
</td></tr> </table> <table
style="display:none"><tr> <td>
Enjoy MySpace ![]()
Hide interests MySpace
Question:
Here’s a question from Anthony: I am working on my MySpace web profile. Can you provide me with some guidance on how to hide Interests on MySpace?
Answer:
Thanks for your question. Here are the CSS codes that you’ll need to use in order to hide the Interests section on MySpace:
<style>
/* Hide Interests MySpace */
.interestsAndDetails td {display:none;}
.interestsAndDetails table{display: none;}
.interestsAndDetails span.whitetext12{display: none;}
.interestsAndDetails span.lightbluetext8{display: none;}
}</style>
Enjoy ![]()
Hide about me text on myspace
Question:
Today i received this question from Kayla: I would like to hide the about me text on MySpace. Can you help me to customize my web profile?
Answer:
Thanks Kayla. This answer will guide you on how to remove the about me text. First paste the following CSS code to the about me section of your MySpace profile:
<style>
/* Hide about me text on myspace */
table.blurbs td table td span.orangetext15{display:none}
</style>
This code will hide the orange text in the Blurbs section. After doing that, grab the following CSS code and paste it in your I’d like to Meet section:
<div class=”orangetext15? style=”display:block;”>
Your_I’d_like_to_meet label</div>
Now your are all set. That’s it ![]()
Hide details in MySpace
Question:
Here’s one from Bob: I am currently customizing my MySpace web page. Currently looking for some codes that will allow me to hide details on MySpace. Your kind help is appreciated.
Answer:
Cheers Bob. Here’s a simple chunk of CSS code that you might paste to the About Me section of your MySpace profile. It will hide your details section in MySpace:
<style>
/* Hide details in MySpace */
table.userProfileDetail {display:none}
</style>
Enjoy ![]()
Hide blurbs text - myspace
Question:
Rebecca asks - I am looking for some code (HTML ??) that i can use in order to hide blurbs in MySpace. Can you help please?
Answer:
Thanks for the question. You can easily hide your About me and I’d like to Meet sections (collectively know as Blurbs) using the CSS code i have appended below. Just go ahead and grab the code and then paste it in the About Me box of your MySpace web page:
<style>
/* hide blurbs text in myspace*/
table.Blurbs{display:none;}
</style>
Enjoy ![]()
Hide contact table on MySpace
Question:
Here’s a question from Billy - I am after some codes that will allow me hide the contact table on MySpace. Any help is appreciated. Thanks!
Answer:
Thanks for the question. Here’s the hide contact table codes, that you’ll need to apply to your MySpace profile in order to remove your contact table. Just go ahead and grab the following CSS code and paste it in the About Me section of your MySpace profile:
<style>
/* Hide contact table*/
.contactTable {display:none;}
</style>
Enjoy ![]()
MySpace hide comments code
Question:
Here’s a question from Dave: I am looking for the MySpace hide comments code, can you please help?
Answer:
Thanks for your question. It’s quite easy to hide the MySpace comments box using CSS code. Here’s the requested MySpace hide comments code, which you’ll need to apply to the About Me section of your MySpace web profile:
<style>
/* myspace hide comments code*/
table.friendsComments{display:none;}
</style>
Enjoy MySpace ![]()
Myspace code to hide friends
Question:
Here’s a quick question from Walter - Hey, nice MySpace CSS code over there. I am looking for some code to hide friends on Myspace. Can you help?
Answer:
Hey Walter. Thanks for the question. I’ll suggest that you navigate to your MySpace profile About me section and paste the following CSS code to hide friends on Myspace:
<style>
/* Code to hide friends Myspace */
table.friendSpace{display:none;}
</style>
