Here are few tips and tricks related to MYSpace.com
MySpace Code: How to hide personal information
Click on Edit Profile and enter the following code in the About Me section.
<style type="text/css">
table td.text {visibility:hidden;} td.text td, td.text span, td.text a {visibility:visible;}
</style>
MySpace Tip: How to hide and make a profile private
Just change your birthday so that you are younger than 16 years of age.
MySpace Code: How to hide and make a profile private
Click on Edit Profile and enter the following code in the About Me section.
<style type="text/css">
td.text td.text table table table,
td.text td.text table .orangetext15,
td.text td.text .redlink,
td.text td.text span.btext {display:none;} td.text td.text table td,
td.text td.text table {height:0;padding:0;border:0;} td.text td.text table {background-color:transparent}
</style>
MySpace Code: How to hide the last login
Put this in your about me section.
<style type="text/css">.lastlogin {visibility:hidden;}</style>
Edit your City in Basic Information, paste the following code
<span class=lastlogin><a href="http://developersvoice.com/" target="_blank"></a>
MySpace Code: How to the Hide Extended Network
<style type="text/css">
table tbody td table tbody tr td.text table {visibility:hidden;} table tbody td table tbody tr td.text table table,
table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}
</style>
Popular Layout Codes :
Seems everyone's looking for a way to make their profile standout, and here are what seem to be the most popular.
Resize Comment Images:
Place code anywhere
<style type="text/css">
td.text td.text table table table td a img {width:100px;}
td.text td.text table table table td div img {width:80px;}
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td div img {width:80px;}* html td.text td.text table table td img {width:260px;}*
html td.text td.text table table td a img {width:90px;}*
html td.text td.text table table td div img {width:80px;}
</style>
Remove Add Comment Link:
Place code anywhere
<style>
td.text td.text td td a, .redlink, td.text td.text td b a
{visibility:visible!important;}td.text td.text td a {visibility:hidden;}
</style>
Lower Case Links:
Place code anywhere
<style type="text/css">
<!-- a:link { text-transform: lowercase;} a:visited { text-transform: lowercase;} a:hover { text-transform: lowercase;} a:active { text-transform: lowercase;} -->
</style>
Table Switch Sides:
Paste In "About Me"
<style type="text/css">
<br />table {direction:rtl;}<br />table table table {direction:ltr;}<br />
</style>
Scrolling Friends and Comments :
<br><br><br><br>
<DIV style="height:475px; width:470px; overflow:auto; border:none 0px solid;">
<table><tr><td><table><tr><td>
Hide URL Box :
<style type="text/css">
table table table table div {visibility:hidden;}
div table table table table table div input, div a, td.text div {visibility:visible;}
</style>
Hide Search Form:
<style>
body div table tbody tr td font {visibility:hidden;}body div table tbody tr td a font,
.navbar {visibility:visible;}
</style>
Hide Friends:
<style type="text/css">
td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15,
td.text td.text .redlink, td.text td.text span.btext {display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}td.text td.text table table br {display:inline;}
</style>
Reference used to creating this article :
http://www.ghacks.net/2006/05/31/myspace-tips-and-tricks/
http://www.friendsonmyspace.com/archives/2007/01/popular_layout_codes.html#more
Recommended Reading :