donnamarvel
Community Member

Redirect link

Can you force a redirect to open in a new tab if it is redirecting to another Canvas course?

2 Replies
manuelgarciaph
Community Participant

Have you tried editing the hyperlink tag using HTML editor? Something like this:
<a href="http://yourlink.com" target="_blank">Click Me</a>

snugent
Community Champion

You can do this without editing code. Place your cursor in link and select the keyboard shortcut CRTL + K to display Insert link dialog box. Next to Target choose New Window. Click OK

Insert link dialog box