Okay, I've had no trouble doing this for my other styles, but my newest/latest style was created a little "differently" (Ex: The "navbar" items are actually in the "header", my "postbit_legacy" uses a lot of DIV's and less tables...
I have no problem finding, and erasing this part of the code:
Code:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
Then, it says look for:
Code:
<!-- / edit note -->
</if>
</td>
</tr>
... and add directly below it:
Code:
<tr>
<td class="alt2">
</td>
<td class="alt1" align="$stylevar[right]">
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
</td>
</tr>
When I search for "<!-- / edit note -->" and look for the closing IF, TD, and TR tags, in my postbit_legacy I find:
Code:
...etcetcetc.... <if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
</em>
</div>
<!-- / edit note -->
</if>
<div align="right">
<!-- controls -->
<if condition="$post['editlink']"> .......etc etc etc etc......
In other words, no closing TD and TR tags after the edit note... so if I try to do the mod, things get messed up.
I've attached my postbit_legacy... if anybody has any suggestions, please let me know.
Again, these mods gave me no trouble on my other styles... just this one style's givign me trouble. thanks