How can i fix my myspace layout code to kide my friends/comments?
so basicly i did have my friends/comments hidden and just had the add comment link showing, changed my layout and it made it all show again, putting codes to hide them again doesnt work. i remember seeing a code about taking a part of the text out of the layout that is causing it to do so, but i cant find the site. i want to keep the layout, hide friends/comments but keep add comment link can anyone help?!
How can i fix my myspace layout code to kide my friends/comments?In the layout code look for the sections starting with: .friends & .comments once you find them change the word "Visible" in the code to "Hidden"
How can i fix my myspace layout code to kide my friends/comments?This code will hide your friends comments and still keep the add comment button
Place this code in your "About Me" section
<style type="text/css">
.friendsComments { display:none; }
</style>
if that one doesn't work for you the try this one, just put the code anywhere, and it works in all browsers (that I know of)
You may have to put it in the bottom of your "Who I'd like to Meet" section, it all depends if it is working for you!
<style>
.FriendsComments table table {display:none;}
.friendsComments td {height:0px;}
.FriendsComments td {background-color:transparent;...
.FriendsComments td td b a {display:inline;}
</style>
How can i fix my myspace layout code to kide my friends/comments?pimpmyprofile.com
More Related Questions and Answers ...
The Myspace information post by website user , myspace-codes.com.cn not guarantee correctness.
