There must be a way to not have the height so fixed. The previous module I had auto-resized itself. If you use this code in your adv_portal_whochat template, you will see that this works:
PHP Code:
<tr>
<td class="thead"><span class="smallfont">Currently Active Chatters: $totalchatters</span></td>
</tr>
<tr>
<td class="$bgclass"><span class="smallfont">$chatters</span></td>
</tr>
So there must be a way to make this module autoresize. I'm not a big fan of the long module block on my front page, however, I like how this block looks over the other one that this is based off of.