How can i keep top friends and hide links?

I want to hide my comments and friends. BUT keep the view comments link only.?

LDMT6KKU55TSP7YR7B6GS3OYVY at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

To hide comments but keep the View All / Add Comment link, this is the code: <style>.FriendsComments table table { display:none; } .friendsComments td { height:0px; } .FriendsComments td { background-color:transparent; } .FriendsComments td td b a { display:inline; }</style> You can find that code here: http://www.myspacegens.com/handler.php?page=tutorials&5=S And to hide your friends AND the View All link: <style type="text/css">.friendSpace { display:none; }</style> But to keep the View All link for friends: <style type="text/css">.friendSpace tr td.text table tr td table tr td table tr td a { display: none; } .friendSpace tr td.text table tr td table tr td { display: none; } .friendSpace tr td.text table tr td span { display: none; }</style> You can find those codes here: http://www.myspacegens.com/handler.php?page=tutorials&4=S Hope this helps. :)

Boo.

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.