Quote:
Originally Posted by zombietom
try just taking our the "hr" in the code and see if that will take it out
|
I removed the hr part but still appear that line...
This is my code:
PHP Code:
<tr>
<td class="alt1" valign="bottom" height="100%" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" style="border-top: 0px">
$template_hook[postbit_signature_start]
<if condition="$post['signature'] AND !in_array($thread['forumid'],array(97))">
<!-- sig -->
<div valign="bottom" style="max-height:3000px; overflow:auto;">
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
$template_hook[postbit_signature_end]
<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont">
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
<!-- / edit note -->
</if>
</td>
</tr>
Sry if i writed something wrong, my english is not perfect.