I just found an easy way to add a break the way it does i here without a hack.
Place a break before the postbit, and then in view thread, place a break before the table holding the time and post/reply buttons on the bottom.
But if people really wanna use this hack, it instead of placing a break between the posts, you could place this
<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="10"><img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td>
<td width="100%">
<!-- spacer -->
<!-- spacer -->
<img width="10" height="10" src="{imagesfolder}/space.gif" alt=""> </td>
<td width="10"><img width="10" height="8" src="{imagesfolder}/space.gif" alt=""></td>
</tr>
</table>
It will simulate that the table keeps going on. :-> Let me know how that works. Oh yes, you can change the image height to whatever you want.
|