I typed this code in my About Me section:
%26lt;style type="text/css"%26gt;.friendSp... tr td table tr td a.redlink{display:none;}%26lt;
And it kept my top friends while hiding the "view all" link, which is what I wanted...but it also got rid of the "Add comments" link in my comments box. So..I tried adding this code:
%26lt;style type="text/css"%26gt;%26lt;a href="URL SITE HERE"%26gt;Add Comment%26lt;/a%26gt;%26lt;/style%26gt;
And it didn't work. Anyone know how to keep the "Add comments" link?? I don't want to hide my comments, I just want the add comment link put back on there. I've searched codes and can't seem to find any that work. I'd appreciate any help or a link to a code that would work for that. Thanks!!
How can I keep my top friends but hide the "View all friends" link and still keep the "Add comments" link?
1.) For html links, you do NOT need %26lt;style%26gt; tags.
2.) This is the code you're looking for. Goes at the bottom of your Who I'd Like to Meet.
%26lt;style%26gt;
.friendSpace td.text div {display:none;}
%26lt;/style%26gt;
How can I keep my top friends but hide the "View all friends" link and still keep the "Add comments" link?
here, try this code
%26lt;style%26gt;.redlink {display:none;}%26lt;/style%26gt;
you can put it anywhere..
i hope it works this time =]
No comments:
Post a Comment