Talie, try adding the following code in red after line 592 in your register.asp file:if strEmailVal = "1" then
strMessage = strMessage & "Please click on the link below to complete your registration." & vbNewline & vbNewLine
strMessage = strMessage & strForumURL & "register.asp?actkey=" & actkey & vbNewline & vbNewline
strMessage = strMessage & "AOL Users: <a href=""" & strForumURL & "register.asp?actkey=" & actkey & """>" &_
"Click here to complete your registration</a>" & vbNewline & vbNewLine
else
See if that link will work with your AOL users.