Hide the top links on Myspace
Tired of seeing The top navigation of Myspace on your profile? Not a problem, lets just get rid of that and clean up the top part of your profile shall we?
The code is quit simple, and as usual it just requires a little css on your myspace profile.
<style type="text/css">
body div table tbody tr td font { visibility: hidden; }
.navbar { visibility: visible; }
.navbar font { visibility: hidden; }
</style>
Copy and paste the above code in your "About Me" section of your profile.
You've now hidden the top links on your profile.... amazing!