 |
| Author |
Message |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2736 Location: Germany |
|
How to show the comments in a box with fixed height |
|
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:
 |  | echo $cache;
} |
to this:
 |  | $show_it .= $cache;
}
echo '<div style="height: 100px; overflow-y:scroll">'.$show_it.'</div>'; |
Change 100px to your desired height.
|
|
| Thu Jun 29, 2006 9:52 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
 |
|