hide comments but not friends |
![]() ![]() |
hide comments but not friends |
Apr 29 2008, 12:08 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2008 Member No: 633,914 |
does anyone have a code that will hide comments but still show friends? Its not a DIV layout, just a normal profile
|
|
|
|
Apr 29 2008, 12:39 PM
Post
#2
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 |
No problemski. Pop this in your Header HTML:
CODE <style> #profile div#comments{ display:none;} </style> And this in your footer: CODE <form action="comment.php" method="post">
<textarea name="comment" cols="" rows="" style="width: 510px; height: 40px"></textarea><br /> <input type="submit" value="Comment" class="button" /></form> |
|
|
|
![]() ![]() |