|
Hi all,
I'm new to this forum, and I searched around but couldn't find any information related to my specific question -- if it has been addressed elsewhere on this site, I apologize for it's repetition; and if you could please direct me to the thread, I would much appreciate it.
I'm confused about the successful creation of anchored links in email campaigns.
I've been building emailers with anchored links that only work when the emailer is [also] actually hosted on the client's server [.htm file as well as graphics].
[When someone clicks on the anchored link, a browser window opens, the emailer is loaded at the point of the anchor; the viewer can then continue to surf the 'emailer' [hosted on the server], and all the anchored links work]
__________________________________________________ ___
So the code looks like this:
<a href="http://www.clientSite.com/emailCampaigns/emailer-april2005/partnerEmailer.htm#1" target="_self">Message from CEO</a>
With the corresponding anchor:
<a name="1"></a>Message from CEO... etc.
__________________________________________________ ___
But then I disected some Yahoo! and other emailers where the links actually work within the email and don't take you to a new browser window with a hosted .htm file.
A sample is:
<A title=outbind://34-00000000ED92FF02CF8B694980D3261E83EBCE75C4DC2A00/#art1 href="#art1">Message from CEO</A>
With the corresponding anchor:
<A name=art1></A>Message from CEO... etc.
__________________________________________________ ___
I tested this 'title=outbind' code in my emailer and it worked!
My questions are:
1. How do you determine what that 'title=outbind' code should be? [The code differs from emailer to emailer]
2. Why did it work in my test? Was it a fluke?
3. Can I just copy and past this code into my emailer and expect it to work?
4. Why the difference in using or not using quotation marks in the anchor code?
I have a new client, and I'd like to be able to offer this second way of building the emailers, but I've exhausted all my resources... I've done searches on W3C and a number of other html/code sites/tutorials, but with no luck.
I hope I've explained this well enough, and if anyone can enlighten me, I would really appreciate it.
Thanks in advance!
b4b
|