Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #876902

    Hello,
    I’m creating a table in which I inserted a link but I realize that is not clickable, so does not work. How can I fix this issue?
    Thank you.

    Best Regards,

    Alexia.

    #877495

    Hey Alexia R.,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #878341

    The link for the page site with the issue, on private content.
    Thank you.

    Best Regards,
    Alexia.

    #878403

    Hi Alexia,

    Can you try to use this format:

    <a href="www.google.com">www.google.com</a>

    instead of just:

    www.google.com

    Hope this helps :)

    Best regards,
    Nikko

    #878937

    Hello Nikko,
    I tried your suggestion, and now the link is clickable but doesn’t take me to the right page. You can see that the first link on the table, after click on the link http://www.bobbrinker.com it says “Page not found”.

    This is what I did:
    http://www.bobbrinker.com

    Thank you.

    Best Regards,
    Alexia.

    #878950

    Hi Alexia,

    Sorry, I forgot you need to add http or https, it should be:

    <a href="http://www.bobbrinker.com">www.bobbrinker.com</a>

    Best regards,
    Nikko

    #879523

    Hello Nikko,
    Now the link is working and its open the page but, it will be possible to open the link in a new tab?
    Thank you so much for your help :)

    Cheers,
    Alexia.

    #879534

    Hi Alexia,

    Yep you just need to add target=”_blank”, it will now look like this:

    <a href="http://www.bobbrinker.com" target="_blank">www.bobbrinker.com</a>

    :)

    Best regards,
    Nikko

    #882892

    Now is working perfect!!! Thank you so much for your help.
    Cheers!
    Alexia.

    #882894

    Hi,

    Great! Did you need further help, or shall we close this thread?

    Best regards,
    Jordan Shannon

    #882973

    You can close this thread! Thank you so much.
    Regards,
    Alexia.

    #883232

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Clickable links on a table’ is closed to new replies.