I tried to customize the Signup Confirm Page to redirect to FORWARDTOSITE.COM. It works fine when loaded into a browser but NOT when saved in ListMailPro under my list #4.
What do I need to do?
Dennis
javascript:emoticon(':roll:')
Rolling Eyes
<html>
<head>
<title>Confirmation Page</title>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<meta http-equiv="refresh" content="2; URL=http://FORWARDTOSITE.COM/cgi-bin/affiliates/clickthru.cgi?id=MYAFFILIATEIDHERE">
<body bgcolor=#0000FF>
<P align="center"> </P>
<DIV align="center">
<TABLE width="53%" border="0" cellpadding="1" cellspacing="5" bgcolor="#FFFFFF">
<TR>
<TD height="141" bordercolor="#999999" bgcolor="#FFFFFF">
<DIV align="center">
<P align="center"><FONT size="4">!fname !lname,<br>
<br>
Before we add you to our database,</FONT><FONT size="4"> we must verify
your email address. </FONT><FONT size="4">Please check your email
for the confirmation message and click the link provided to finalize
your subscription. <br>
</FONT></P>
</DIV></TD>
</TR>
</TABLE>
</DIV>
<P align="center"> </P>
<P align="center"><FONT color="#FFFFFF" size="4" face="Arial, Helvetica, sans-serif"><STRONG>Click
here if you are not redirected in 2 seconds</STRONG></FONT>:<a href="http://FORWARDTOSITE.COM/cgi-bin/affiliates/clickthru.cgi?id=MYAFFILIATEIDHERE">Site</a>
<FONT size="4"> </FONT></P>
</body>
</html>