Check out language_file_inc.asp...
This....
Const strTxtPleaseEnterYourUsername = "Please fill out the form below and a new password will be emailed to you registered email address."
Should be this...
Const strTxtPleaseEnterYourUsername = "Please fill out the form below and a new password will be emailed to you
r registered email address."
Also this...
Const strTxtEmailNewUserRegistered = "The following new member has regsiered on "
Should be this...
Const strTxtEmailNewUserRegistered = "The following new member has
registered on "
Just thought you might wanna know
Edited by Mikey - 26 March 2006 at 5:50pm