change this
if Request.Form("sig") = "yes" and GetSig(STRdbntUserName) <> "" then
txtMessage = txtMessage & vbCrLf & vbCrLf
txtMessage = txtMessage & "---------------------------------"
txtMessage = txtMessage & ChkString(GetSig(STRdbntUserName), "signature" )
end if
to this
if Request.Form("sig") = "yes" and GetSig(STRdbntUserName) <> "" then
txtMessage = txtMessage & vbCrLf & vbCrLf
txtMessage = txtMessage & "---------------------------------" & vbCrLf
txtMessage = txtMessage & ChkString(GetSig(STRdbntUserName), "signature" )
end if
The & vbCrLf is the eqivalent to a <br> I just learned this one and I am so excited to know an answer!
:)
Kelly
http://theparentsite.com/club/default.asp