topic.asp
find this line (approximately line #587)
Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & Reply_MemberPosts & " Posts</small></font></p></td>" & vbNewLine & _
and replace it with this:
Response.Write " </p></td>" & vbNewLine & _
find this line (approximately line #792)
Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & Member_Posts & " Posts</small></font></p></td>" & vbNewLine & _
and replace it with this:
Response.Write " </p></td>" & vbNewLine & _
that should be it.