How to Hide a Comment Section
Hiding the comment section is a very popular method of control used on many MySpace pages. It allows users to add a touch of privacy to their pages so that only they can read the comments posted there. It also frees up space on the profile for the layout to show through more. Hiding the comment section is done by using HTML code.
Instructions
-
-
1
Highlight the following code, right-click it and select "Copy":
<style type="text/css">
.friendsComments {display:none;}
</style> -
2
Go to MySpace and sign into your profile. Go to "Edit profile."
-
-
3
Right-click anywhere in the "About Me" section and select "Paste." This will transfer the HTML code to your page. When you save the changes, the code will not appear on your profile but will hide the comment section completely.
-
1