Remove the code in red from line 906 from your post.asp file.
Response.Write " <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Message:</b><br />" & vbNewLine & _
" <br />" & vbNewLine & _
You should end up with just this alone on line 906:Response.Write " <br />" & vbNewLine & _