The signature is appended to the message after you post. In post_info.asp there are two instances where you will find this code:if Request.Form("sig") = "yes" and GetSig(STRdbntUserName) <> "" then
txtMessage = txtMessage & vbCrLf & vbCrLf & ChkString(GetSig(STRdbntUserName), "signature" )
end if
Lines 430 - 432 and lines 540 - 542. You could add a couple more vbCrLf with the 2 that is already in the code. vbCrLf is VBScript for <br>.