Help - Search - Members - Calendar
Full Version: hide comments but not friends
Forums > Resource Center > Support Center > Createblog Support
divinebovine
does anyone have a code that will hide comments but still show friends? Its not a DIV layout, just a normal profile
S-Majere
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>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.