Log in

View Full Version : Remove seperator line from Sig to Msg


Gamelobby
02-26-2010, 05:53 PM
There is a line that is under the messeges, & above the signature, that im wondering how to remove..?

Inside the Circle
https://vborg.vbsupport.ru/attachment.php?attachmentid=113125&d=1267213928


Thanks for any advice. :)

Lynne
02-26-2010, 06:03 PM
It's just a line in the postbit_legacy template. You can remove it there.

Gamelobby
02-26-2010, 06:17 PM
Thanks Lynn.. would that be inlineimg

$template_hook[postbit_start]
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
<if condition="$show['announcement']">
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2">
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</td>
<else />



or is it the size here..


<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />

Speysider
02-26-2010, 07:14 PM
No.
This is what you can remove (red text):
<!-- sig -->
<div>
->Remove this Line: __________________<br />
$post[signature]
</div>
<!-- / sig -->