ok ill try.

the end of the "controls below postbits" table (in the SHOWTHREAD template)
looks like this. the form is closing a bit after that...
Code:
</td>
</if>
</tr>
</table>
<!-- / controls below postbits -->
<if condition="$show['inlinemod']">
$spacer_close
</form>
would it be ok for the form to change it like this:
(the $spacer_open is within the form)
Code:
</td>
</if>
</form>
<!--FORUMJUMP-->
<td align="$stylevar[right]" style="width:100%;padding-left:25px;padding-right:25px;">
<div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap; float:$stylevar[right]">
$forumjump
</div>
</td>
<!--end FORUMJUMP-->
</tr>
</table>
<!-- / controls below postbits -->
<if condition="$show['inlinemod']">
$spacer_close
or should i create a new table for the forumjump next to that table? :erm: