Hi All
I'm abusing Actinic 8 USA for client www.personal-prints.com
I added a image and ink to sign up for email (Constant Contact) on top of every page. The problem is that when checking out customers get a ssl error message dialog box. I think that the either the link to constant contact or the link to image is interferring with SSL. See below
and my code here:
<td align="center">
<div align="center">
<table width="160" border="0" cellspacing="0" cellpadding="0" bgcolor="#ooooo">
<tr>
<td bgcolor="#FFFFFF" align="center"><div style="float: right; margin-right:0px; margin-top:0px; background-color: #oooooo;"><a
href="http://visitor.constantcontact.com/d.jsp?m=1101631005404&p=oi" target="_blank"><img src="http://personal-prints.com/pp-discount_160.jpg"
alt="Click here" border="0" align="absmiddle"></a></div>
<a href="http://visitor.constantcontact.com/d.jsp?m=1101631005404&p=oi" style="text-decoration:none; font-weight:bold; font-family:Verdana;
font-size:12px; color:#003333;" target="_blank"></a></td>
</tr>
</table>
</div>
Any suggestions gratefully welcomed.
Bob
I'm abusing Actinic 8 USA for client www.personal-prints.com
I added a image and ink to sign up for email (Constant Contact) on top of every page. The problem is that when checking out customers get a ssl error message dialog box. I think that the either the link to constant contact or the link to image is interferring with SSL. See below
and my code here:
<td align="center">
<div align="center">
<table width="160" border="0" cellspacing="0" cellpadding="0" bgcolor="#ooooo">
<tr>
<td bgcolor="#FFFFFF" align="center"><div style="float: right; margin-right:0px; margin-top:0px; background-color: #oooooo;"><a
href="http://visitor.constantcontact.com/d.jsp?m=1101631005404&p=oi" target="_blank"><img src="http://personal-prints.com/pp-discount_160.jpg"
alt="Click here" border="0" align="absmiddle"></a></div>
<a href="http://visitor.constantcontact.com/d.jsp?m=1101631005404&p=oi" style="text-decoration:none; font-weight:bold; font-family:Verdana;
font-size:12px; color:#003333;" target="_blank"></a></td>
</tr>
</table>
</div>
Any suggestions gratefully welcomed.
Bob
Comment