1

I am training to add links to my Canva project.

But I need links which one opens in new browser tab. Is anyone knows how to do this?

enter image description here

Marcin
  • 173
  • 12
  • Add `target='_blank'` to the `a` element. – Daniel Black Sep 21 '22 at 19:04
  • Does this answer your question? [Open link in new tab or window](https://stackoverflow.com/questions/15551779/open-link-in-new-tab-or-window) – Steffen Sep 21 '22 at 19:09
  • Anything that helps you in this? [https://www.canva.com/help/](https://www.canva.com/help/) –  Sep 21 '22 at 23:44
  • I try add target=“_blank” but there’s not working, because it need to be url like https://web.com no html tag. – Marcin Sep 22 '22 at 05:25

1 Answers1

0

To link to another website page, enter the link, and press Enter on your keyboard or click anywhere on the editor.

To link to another page within the design, select the page you want to link to from the Pages in this document section in the dropdown.

To link to one of your recent designs, select it from the Recent section in the dropdown. Make sure have the right permissions to the design you’re linking to so it loads properly to your audience.

  • Thanks, Muhammad Nurfarhan. The problem I have is when I click on the link, I need it open on another tab. Like target=“_blank” do for HTML, but Canva clean links. – Marcin Sep 22 '22 at 16:56
  • you're welcome, Marcin. you can try this adding rel="noopener noreferrer" is not mandatory, but it's a recommended security measure(for html). If that doesn't help, maybe the features of the Canva app don't support new tabs yet. – Muhammad Nurfarhan Sep 23 '22 at 04:13