How to remove the hide view all comments link?
Code to remove the view all comments link
Question:
Dayna asks: How was wondering whether it’s possible to hide the view all comments link only, but keep the comments out there and allow adding new comments.
Answer:
Thanks for your question, Dayna. Sure. You can easily hide your view all comments link using some CSS code. The code i posted below will work for the traditional MySpace profiles ( Codes for MySpace 2.0 will be posted in the upcoming days).
Please go ahead and post the required code to your MySpace profile (by clicking on Copy) from the following widget:
Alternatively, You might also manually copy the code from below and paste it on MySpace:
<style>
/* hide view all comments link on MySpace */
table b {display:none;}
</style>
Want to customize your MySpace profile? If so, we suggest that you browse the tons of codes available in our MySpace codes page.
Filed Under: Hide MySpace stuff • MySpace Help
Other useful related answers:
- How to hide MySpace comments section?
- How to hide MySpace comments on 2.0 ?
- How to hide Blurbs titles on MySpace?
- How to hide just friends on MySpace new profile?
- Hide friends and comments code
