How to show the comments in a box with fixed height

Frequently Asked Questions (read only)

How to show the comments in a box with fixed height

Postby FI-DD » Thu Jun 29, 2006 9:52 pm

If you want to show your comments in a box with fixed height change the following code.



Open inc/show.comments.php and change this:

Code: Select all
    echo $cache;   



}






to this:

Code: Select all
    $show_it .= $cache;   



}



echo '<div style="height: 100px; overflow-y:scroll">'.$show_it.'</div>';




Change 100px to your desired height.
User avatar
FI-DD
Admin
 
Posts: 2971
Joined: Thu Sep 22, 2005 11:27 am
Location: Germany

Return to FAQ



Who is online

Users browsing this forum: No registered users and 0 guests