Question:

PLeASE HELP!!!!!!?

by  |  earlier

0 LIKES UnLike

whats the code to hide the thing on myspace that says so&so;s friend comments and the box behind it. thanxs

 Tags:

   Report

1 ANSWERS


  1. Here's a link for a resolved question on YAHOO!7 ANSWERS

    <style type="text/css">

    .friendSpace { display:none; }

    </style>

    Hide Comments:

    <style type="text/css">

    .friendsComments { display:none; }

    </style>

    Paste these in your about me section.

    If you want to hide the "Add Comment Box" then use:

    <style type="text/css">

    td.text td.text td td a,

    .redlink, td.text td.text td b a {visibility:visible!important;...

    td.text td.text td a {visibility:hidden;}

    </style>

    text From "That_Asian_Guy"

You're reading: PLeASE HELP!!!!!!?

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.