myspace code changes fixes updates etc ...
========== original article below =============
Even if You want to keep the Links, to View All Friends, and/or a Header to the area, I still recommend you start with the below block (which hides the entire area)
<style>
{! Hide Friend Space !}
.friendSpace {display:none}
</style>
Next re-create what you want to keep.If all you want is a link, to view your friends, create one.
This can be done several ways.
The quick easy way is to add this to the end of the "To Meet" section:
<a href="http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=6221">View All Friends</a>
Replace Tom's Friend ID (6221) with your own. You can replace the View All Friends with any text you want.--OR Creating A Custom Top Menu
--OR If you want the link to have its own "box" (or table) you can do something like this, at the end of the To Meet area
<span class="off">!--Create Custom Table Under Meet Table With a Custom Link --!</span>
</td></tr></table>
</td></tr></table>
<br>
<table style="border:1px green solid; width:435px; "><tr><td>
<a href="http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=6221">Click Here to View My Friends</a>
</td></tr></table>
<table style="display:none"><tr><td>
<table><tr><td>
<span class="off">!^^END CUSTOM BLOCK ^^!</span>
(Change Tom's friend id, 6221, to your own. Change color and border as desired. For no border change 1px to 0px.)

0 comments:
Post a Comment