Just hiding friends section only...a had a code but it hid my comments and friends...I want the comments to show but I just want my friends to be hidden and in that section I want the box that says view all friends...???
Do you know the code for hiding friends section only(myspace)...???
This should do it:
%26lt;style type="text/css"%26gt;
td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
%26lt;/style%26gt;
put that at the end of your "About Me" section.
Do you know the code for hiding friends section only(myspace)...???
style type="text/css"%26gt;
td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
Do you know the code for hiding friends section only(myspace)...???
%26lt;style type="text/css"%26gt;
.friendSpace {display: none;}
%26lt;/style%26gt;
No comments:
Post a Comment