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 :-)

Comments

Please leave a Comment