Question:

I want to hide my comments but keep the add comment button?

by  |  earlier

0 LIKES UnLike

on myspace

when i use this code

<style>td td td td table {display:none;}.btext, .redlink{display:none;}</style>

it hides my top friends as well.

does anyone have a code that won't hide my top friends?

 Tags:

   Report

3 ANSWERS


  1. Use whatever the people above said (or below if you pick this answer)


  2. &lt;style&gt;.FriendsComments table table { display:none; } .friendsComments td { height:0px; } .FriendsComments td { background-color:transparent; } .FriendsComments td td b a { display:inline; }&lt;/style&gt;

  3. &lt;style&gt;.friendsComments table table {display:none;}&lt;/style&gt;

    use this

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.