What's the HTML code for Myspace to only have 3 out of 50 comments showing on your page?

  • Thread starter Thread starter katrinalmoreno
  • Start date Start date
K

katrinalmoreno

Guest
For example, I've seen many peoples profiles where it only shows 3 comments instead of 50, but it still has the amount of comments you have.

If you can help me find a code for it, I'd appreciate it, and it doesn't only have to only be 3 comments showing, it can be 10 or 20, just anything lower than 50.
 
<style>
.a {hide certain number of comments}
table table td.text div.friendsAndComments {overflow:hidden; height:900px; width:435px;}
table table td.text div.friendsAndComments table {width:100%;}
</style>
</td></tr></table>
</td></tr></table>
<div class="friendsAndComments">
<table style="display:none;"><tr><td>
<table><tr><td>

And then were it says hide certain number of comments in parentheses just put the number you want to hide.
 
Back
Top