Help - Search - Members - Calendar
Full Version: How do i hide my top friends and my comments but just keep the add comment link please??
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
Skem9down
The above plus this code:

<span class="text"><noembed></style></span>

^^^That makes the mozilla trick backfire.

However, when I enter the code which hides comments/friends but leaves only the add comment button with the code above it doesn't work.
MissHygienic
This may or may not work:

CODE
<style>
.friendSpace {display:none;}
.FriendsComments table table {display:none;}
.friendsComments td {height:0px;}
.FriendsComments td {background-color:transparent;}
</style>
Skem9down
Does that code work with this?

<span class="text"><noembed></style></span>
Relentless
Why don't you just hide your friends/comments and then make a link saying "Add comment" in a div (if you want it to be placed somewhere).
Synoptic-Rewind
try this thumbsup.gif

CODE
<style>
table.friendscomments td.text td.text td td a
{display:none;}

.redlink, td.text td.text td b a
{display: none!important;}

td.text td.text td a {visibility:visible;}
td td td td table{display:none; padding:0px;}
</style>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.