PDA

View Full Version : How to remove space after last post


utw-Mephisto
08-01-2007, 08:10 AM
We add a gif bar below the the posts adding the code in red in the SHOWTHREAD template.


<div id="posts">$postbits<div id="lastpost"></div></div>

<!-- start content table -->
$spacer_open
<!-- / start content table -->

<!-- controls below postbits -->

<!-- bottom graphic line -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="35" align="left" valign="top"><img src="$stylevar[imgdir_misc]/cat_small_left.gif" width="35" height="20" alt=" " border="0" /></td>
<td width="100%" style="background-image:url($stylevar[imgdir_misc]/cat_small_mid.gif)"><img src="$stylevar[imgdir_misc]/cat_small_mid.gif" width="100%" height="20" alt=" " border="0" /></td>
<td width="35" align="right" valign="top"><img src="$stylevar[imgdir_misc]/cat_small_right.gif" width="35" height="20" alt=" " border="0" /></td>
</tr>
</table>
<!-- /bottom graphic line -->


<table cellpadding="0" cellspacing="0" border="0" width="100%">


But as you can see, it has a space below the last post :

http://i12.tinypic.com/6ciebmq.jpg

(in case its important, we are using Postbit-Legacy)

Dismounted
08-01-2007, 09:10 AM
<div id="posts">$postbits<div id="lastpost"></div></div>

<!-- bottom graphic line -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="35" align="left" valign="top"><img src="$stylevar[imgdir_misc]/cat_small_left.gif" width="35" height="20" alt=" " border="0" /></td>
<td width="100%" style="background-image:url($stylevar[imgdir_misc]/cat_small_mid.gif)"><img src="$stylevar[imgdir_misc]/cat_small_mid.gif" width="100%" height="20" alt=" " border="0" /></td>
<td width="35" align="right" valign="top"><img src="$stylevar[imgdir_misc]/cat_small_right.gif" width="35" height="20" alt=" " border="0" /></td>
</tr>
</table>
<!-- /bottom graphic line -->

<!-- start content table -->
$spacer_open
<!-- / start content table -->

<!-- controls below postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">

utw-Mephisto
08-01-2007, 11:10 AM
Same problem ... :(

Ok, done it

I add the conditional $post['islastshown'] in postbit_legacy :P