How to hide the About Me section?
Remove my 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:
- 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> - 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> - 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.
Want to customize your MySpace profile? If so, we suggest that you browse the tons of codes available in our MySpace codes page.
Filed Under: Hide MySpace stuff • MySpace Help
Other useful related answers:
- How to hide sections headers on MySpace?
- How to hide details section on MS ?
- How to hide the details table on MySpace?
- Hide interest section on MySpace
- Remove the schools section on MySpace

great code, worked first try! thanks!