- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2019
03:26 PM
Redirect link
Can you force a redirect to open in a new tab if it is redirecting to another Canvas course?
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2019
05:18 PM
Have you tried editing the hyperlink tag using HTML editor? Something like this:
<a href="http://yourlink.com" target="_blank">Click Me</a>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2019
06:09 AM
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.
