0 Users appreciate this thread.
How to:Disable comments on your profile
SPCOxion (2012-08-25 18:05:55)There's also
display:none;
and
height: 0;
But you'd have to know some CSS to know that there are some alternatives to some codes.
djl12328 (2012-08-25 20:41:02)I knew there are alternates. I just always use
visibility: hidden;
to make something disappear.
Another way, is
opacity: 0.0;
www.dark-isle.weebly.com
This topic is closed, so you can not post a comment.
Back to forum: Profile Design (3DSPlaza BBCode and BBCode CSS)
New registered users today: 7
Newest registered user: ElegantVulpes
Does it ever annoy you, when people just keep spamming you comments? Well, here is how you can stop them.
Just copy this one line, into your 'About me'.
[style].post_comment { visibility: hidden; }[/style]
That will stop anyone from posting comments on your profile.