Quote:
Originally Posted by needtheend
It works now with your new codes. but there is a problem about table width like this.. could you please fix it?

|
Sorry for late reply.
In postbit_legacy find this:
Code:
<td class="alt2 alt-noimage" style="border-top: 0px" valign="bottom">
$post[onlinestatus]
and replace with this:
Code:
<td class="alt2 alt-noimage" style="border-top: 0px" valign="bottom">
<img src="$vboptions[cleargifurl]" width="150" height="1" border="0" alt="" />
$post[onlinestatus]