if you do a search in that file for sig you should get two results that look like this: txtMessage = txtMessage & vbNewline & vbNewline & ChkString(GetSig(STRdbntUserName), "signature" )
If you change it to this, you'll get an extra blank line: txtMessage = txtMessage & vbNewline & "<br>" & vbNewline & ChkString(GetSig(STRdbntUserName), "signature" )
In post_info.asp for 3.3.05 those lines are: 625 and 739
How does one add a signature to a user's profile. I've gone in there and I don't see a place where you can upload/link to a jpg or tiff signature file.