Add Anchor "Jump" Tags To Email
A Jump Link is used when the destination anchor of a link is an element within an HTML document.
In Email, be sure all jump links have the appropriate id AND name value so it jumps to the correct content containing that same value in the href attribute on every email client.
<a href="#JumpLinkSection" alias="Jump Link">Jump To Jump Link Section</a>
The value must contain a pound sign(#) before the value name in the href field
<td align="center" valign="top" id="JumpLinkSection"><a href="http://replace.com" name="JumpLinkSection" alias="Jump Link Section">This is the Jump Link Section!</a></td>
The id attribute must be in the <td> tag containing the jump content
The name attribute must be within the <a> tag containing the jump content
There are certain clients that support either the id or name attribute and some that support no anchor links at all such as AOL and Android 2.3.
Campaign Monitor - Tips & Resources