OK, delete that last Response.Write line and use this instead :
Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>post:" & Reply_MemberPosts & "</font></p>"
Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>State(from):" & Reply_MemberID & "</font></p>"
Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>member #:" & Reply_MemberState & "</font></p>"
Response.Write "</td>" & vbNewLine & _
I'm not sure if that will do the first poster though.