Simple CSS code that allows you to hide your Friends Comments but keep links..
Question:
Here’s a question from Kathy: How do you hide your comments but keep the add comment/view all link?
Answer:
Thanks for your question Kathy. You can easily remove your Comments box content but keep the add comment and View All Comments link using the following CSS code. Go ahead and copy the code from the widget below (by hitting the Copy button) and then post it into your About Me or I’d Like to Meet sections.
You might also post the CSS code manually:
<style>
/* Hide comments keep Add Comments and View All*/
table.friendsComments table td table {display:none;}
</style>
Enjoy, and don’t forget to visit our codes page, for more cool MySpace stuff.
Want to easily customize your MySpace profile? You can find hundreds of codes at our MySpace codes and MySpace generators and tweaks sections.
Feel free to look into these related tips:
- How to hide links to friends on MySpace?
- Remove view all comments without hiding add comments link
- Hide MySpace top links
Posted by Gili
Like this post? Become a regular and share it with others!

[...] Hide Comments but keep the Add Comments and View All links [...]
thank you so much! i couldn’t find this code anywhereee!
this code works for firefox in case you cant find one that does.
How do you hide comments and view all link, but keep the add comment link?
hi. please answer my question. how can i hide my comment box but i want to keep the add comments and view comments in FRIENDSTER. pls. answer this. thank you.
thanks!:] this helped me a lot!!!!!!the best part is you don’t have credit like other websites do!:]]]]
how to hide all comments and keep view only one comment ?
@Hana,
Most probably you’ll need to create a scrollbox and set its height to cover all comments but the last one. This might sound difficult but we covered it in the several tips i wrote here in the past. Just go a head and do a search for “put comment in a scrollbox”, you”ll find what you need.