• Hello,

    I have problem opening the links I add into the Body text in the email designer. When I send a text email I can not click on the link that is showed in the text. Are there any fix for this?
    It shows up like a link but nothing happens.
    I use this text: My link

    Please help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ben Ritner – Kadence WP

    (@britner)

    Hi,
    In your example above the href attribute is just #link. What are you using in your actual email? Are you making sure it starts with https://

    Ben

    Thread Starter lollipope

    (@lollipope)

    Hi,
    Im using this code below. And it still do not work. any idea?

    <a href="#link">https://MYLINK/how-to-order</a>
    I have changed the real site-name to MYLINK in this example.

    Hello,

    Sorry for the long delay here. Make sure when adding a link that the link itself is contained in the quotations of the href. So replace “#link” with the link you’re trying to use:

    <a href="https://MYLINK/how-to-order">How To Order</a>

    For more information on using links in HTML, you can read up on that here.

    Let me know if you need anything else, and we will be happy to take a look.

    Thanks!

    Chris

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem adding Link to email’ is closed to new replies.