Announcement

Collapse
No announcement yet.

How to create an anchor link to jump to a specific part of email

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to create an anchor link to jump to a specific part of email

    Hi,
    I am try to find out how to create an anchor link to jump to a specific part of email (newsletter).
    I have used following code but it wan't work in email boxes such as Gmail, Windows Mailbox, iPhone.
    Does anyone any idea how to change the code and make it working?
    Thank you in advance.
    R.

    Link:
    <tr><td bgcolor="#ffffff" style="color: #636b74; font-size: 23px; text-align: center; line-height: 25px; padding: 25px 50px 25px 50px;"><p>As we haven’t had the chance yet wish you <a href="#xmass" id="back" style="color: #d76d2a; text-decoration: none !important;"><b>a happy new year.</b>.</a></p></td></tr>

    Anchor:
    <tr><td bgcolor="#ffffff" style="color: #636b74; font-size: 25px; text-align: center; line-height: 28px; padding: 60px 50px 25px 50px;"><p id="xmass" onclick="window.location.hash='back'; "></p><p><b>HAPPY<br></b>NEW YEAR<br></p></td></tr>
Working...
X