How do I hide the Extended Network banner on Myspace?
Sometimes the Extended Network Banner does not match your new MySpace layout. If you need to get rid of this banner; without leaving a blank space; you must:
1. First, go to MySpace and log in to your MySpace account.
2. Click on “Edit Profile” to get into the Normal section on your Myspace account.
3. Copy and paste this code inside the “About Me” section.
<style type=”text/css”>
table td table tr td.text table {visibility:hidden;}
table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}
td.text table {position:relative; top:-170px;} td.text table table {position:static;}
table.extendednetwork { display: none; }
.extendedNetwork {display:none;}
.latestBlogEntry {display:none;}
</style>
Note: You can change the pixels after the word “top:-” to move it up how many times you want.
4. Click on the “Save All Changes” button.
If you prefer to hide the text “[Name] is in your extended network”, but keep the box, use this code instead of the code showing in the step three.
<style type=”text/css”>
.blacktext12 {visibility:hidden; display:none}
</style>