Hey there,
Does anybody know a way to hide the comment table via a code?
thanks in advance
Does anybody know a way to hide the comment table via a code?
thanks in advance
table.friendsComments { display:none !important; }
Last edited by Titch2349 (2008-08-24 07:21:44)
thanks a lot it worked.Titch2349 wrote:
Never used myspace myself before, but if you can create your own themes, there may be the option of hiding it via CSS.
If you can edit CSS add the following code......Code:
table.friendsComments { display:none !important; }