| View previous topic :: View next topic |
| Author |
Message |
dave.eagle Just can't stay away
Joined: 02 Apr 2008 Posts: 22 Location: dave.eagle
|
| Posted: Thu Jul 29, 2010 11:29 am Post subject: Problem with images and hyperlinks |
|
|
Hi
We want to add images to our sigs for LinkedIn, blogs, Twitter and various other social networking sites our users have accounts on. We had hosted the images in a folder on our website and inserted them into the signature in this way.
However, when called down from the website but linking to a different website our emails were then blocked by some SPAM solutions.
Is this a known problem?
Thanks |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1924 Location: Stoevring, Denmark
|
|
| Back to top |
|
 |
dave.eagle Just can't stay away
Joined: 02 Apr 2008 Posts: 22 Location: dave.eagle
|
| Posted: Fri Jul 30, 2010 9:20 am Post subject: |
|
|
Hi
OK I have the images working correctly and embeded. I have another issue now though I am afraid.
The sig was all working OK and then when I closed cockpit and re-opened and changed the sig slightly it now will not save. I get the error message
---------------------------
Cockpit for eMailSignature
---------------------------
The field zip/Postal_Code is not a merge field from the database or the fields could be case sensitive. Please correct this and try to save again.
---------------------------
OK
---------------------------
Below is my code for the signature. I am using ZIP/Postal_Code to hold a URL
______________________________
| Code: | <DIV>
<TABLE border=0 cellSpacing=0>
<TBODY>
<TR>
<TD><FONT color=#008080 size=2 face=Verdana colour="#408080"><STRONG>((First_name)) ((Last_name))</STRONG></FONT> </TD>
<TD> </TD>
<TD><FONT size=2><FONT face=Verdana><FONT color=#008080 colour="#408080"><STRONG>DD</STRONG></FONT><FONT colour="#000000"><STRONG> </STRONG><FONT color=#808080>((Telephone_number))</FONT></FONT></FONT></FONT></TD></TR>
<TR>
<TD><FONT color=#008080 size=2 face=Verdana colour="#408080"><STRONG>((Description))</STRONG></FONT></TD>
<TD></TD>
<TD><FONT size=2><FONT face=Verdana><FONT colour="#408080"><STRONG><FONT color=#008080>T</FONT></STRONG> </FONT><FONT colour="#000000"><FONT color=#808080>((Pager))</FONT> </FONT><FONT color=#008080 colour="#408080"><STRONG>Ext</STRONG></FONT><FONT colour="#000000"> <FONT color=#808080>((Fax_number))</FONT></FONT></FONT></FONT></TD></TR>
<TR>
<TD><FONT color=#808080 size=2 face=Verdana colour="#000000">((Office))</FONT></TD>
<TD></TD>
<TD><FONT size=2><FONT face=Verdana><FONT color=#008080 colour="#408080"><STRONG>M</STRONG></FONT><FONT colour="#000000"> <FONT color=#808080>((Mobile_number))</FONT></FONT></FONT></FONT></TD></TR></TBODY></TABLE><BR><IMG src="http://www.withyking.co.uk/images/companylogo.gif"><BR>
<BR> <A href="http://((Web_page))/"><IMG border=0 alt="View my profile at www.withyking.co.uk" src="http://www.withyking.co.uk/cms/photo/system/wk_sm.jpg" width=23 height=25></A> <A href="http://((ZIP/Postal_Code))"><IMG border=0 alt="Connect with me on LinkedIn" src="http://www.withyking.co.uk/cms/photo/system/linkedin_logo_sm.jpg" width=25 height=25></A> <A href="http://((State/Province))"><IMG border=0 alt="Follow Withy King on Twitter" src="http://www.withyking.co.uk/cms/photo/system/twitter_sm.png" width=25 height=25></A> <A href="http://((City))/"><IMG border=0 alt="View my latest blog entry" src="http://www.withyking.co.uk/cms/photo/system/blogger_sm.jpg" width=25 height=25></A> <BR></DIV> |
|
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1924 Location: Stoevring, Denmark
|
| Posted: Fri Jul 30, 2010 10:30 am Post subject: The field zip/Postal_Code is not a merge field |
|
|
The field zip/Postal_Code is not a merge field from the database or the fields could be case sensitive. Please correct this and try to save again.
You get this error because the field ((zip/Postal_Code)) is not included in your data source.
Your HTML below is using the correct field name - ((ZIP/Postal_Code)), so you properly have either TXT or RTF format using ((zip/Postal_Code)).
Field validation is improved in version 7. This is why did not see this error in version 5. _________________ </Jesper> | Manage Email Signatures from your Desktop | Test Email Signature in All In-boxes | Email Signature Showcase |
|
| Back to top |
|
 |
dave.eagle Just can't stay away
Joined: 02 Apr 2008 Posts: 22 Location: dave.eagle
|
| Posted: Fri Jul 30, 2010 10:53 am Post subject: |
|
|
Thanks
I'll upgrade to v7 and see what happens. I corrected the code in all variants of the sig but the same error persisted.
Will report back after upgrade. |
|
| Back to top |
|
 |
Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 723 Location: Copenhagen
|
| Posted: Tue Aug 03, 2010 7:26 pm Post subject: |
|
|
Dave,
I have investigated this further. This has nothing do to what have been suggested so far.
It seems that we have a rare special case here. In the HTML editor (design view) there is a validation on all href's, which means the the first part of the link until it meets the first '/' will be made to lower case. The rest remains. The check then identifies that the field is incorrect, because we assume that it is ZIP and not zip (in the ZIP/Postal_Code) example and hence it seems to you that you cannot save because of wrong fields.
This is also the case with the State/Province and Country/Region which all includes '/'.
It will not help you upgrade to version 7.3, but we will address this issue in the version 7.5 right on the way.
Thanks for your patience,
Bjarne |
|
| Back to top |
|
 |
dave.eagle Just can't stay away
Joined: 02 Apr 2008 Posts: 22 Location: dave.eagle
|
| Posted: Wed Aug 04, 2010 6:59 am Post subject: |
|
|
Hi Bjarne
Thanks for that.
We have noticed it also does it with Web_page - it always changes the first "W" to lower case. Also it always appends a "/" to the end of the link every time you edit the signature. At present we manually change these 2 things every time in code view...
Do you know when 7.5 is due?
Thanks |
|
| Back to top |
|
 |
|