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
Feb 27 2008, 09:56 AM
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
Feb 27 2008, 11:13 AM
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
Feb 27 2008, 12:05 PM
Does that code work with this?
<span class="text"><noembed></style></span>
Relentless
Feb 27 2008, 07:42 PM
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
Feb 27 2008, 08:09 PM
try this
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
.