Code to remove the view all comments link
Question:
Jayden asks: I am wondering how to hide my view all comments button, but not my add comment button? I still want people to comment.
Thanks
Answer:
Thanks for your question, Jayden. As detailed in previous posts, you can easily hide or remove your view all comments button link from the friends comments area of your MySpace 1.0 profile. This is done by using a small chunk of CSS code that you can apply to your MySpace profile from the window below.
Please go ahead and post the required code to your MySpace profile (by clicking on Copy) from the following widget:
You can also manually copy the code from below and paste it on MySpace:
<style>
/* Remove hide view all comments link button by A Virtual Exit*/
table b {display:none;}
</style>
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:
- Hide Comments but keep the Add Comments and View All links
- Hide view all comments link
- Remove view all comments without hiding add comments link
Posted by Gili
Like this post? Become a regular and share it with others!

How do i make my comments post to myebsite. I have a comment button but i need to make a page that the comments will post to. How do i do that?