Hmm. I wonder...
Try replacing this:
Code:
<td class="thead" style="font-weight:normal;text-align:right;vertical-align:middle">
<strong>$vbphrase[replies]: $thread[replycount]</strong>
With this:
Code:
<td width="175px" class="thead" style="font-weight:normal;text-align:right;vertical-align:middle">
<strong>$vbphrase[replies]: $thread[replycount]</strong>
And replace:
Code:
<!-- / MESSAGE BUTTONS -->
<!-- IP & REPORT POST -->
<td class="alt2" align="$stylevar[right]">
And replace it with:
Code:
<!-- / MESSAGE BUTTONS -->
<!-- IP & REPORT POST -->
<td width="175px" class="alt2" align="$stylevar[right]">
I've set all right postbit (right) columns to 175px width. Since I'm not getting the problem as you are can you let me know if that helps?