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
Removing 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. Here’s the CSS code you’ll need to use in order to hide the MySpace search bar (make sure that you paste it on the About Me section of your MySpace 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!
Hide friends and comments code
Code for hiding MySpace Comments and Friends
Question:
Emily asks : First time in this blog - great collection of CSS code over here
.Today, i am looking for some codes that will allow me to hide friends and comments. Know where i can find it?
Answer:
Thanks for your question. A while ago i wrote an easy to use web tutorial on how to hide friends and comments. I suggest that you’ll go there and copy the hide friends and comments code you are looking for ![]()
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 on MySpace
Question:
Here’s one from Terence : I am looking for a simple piece of 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
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?
