Fix broken CSS Style Hyperlinks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022
01:49 PM
Hyperlinkes to an external source, there are now a box with an arrow that is currently breaking our css styles in courses. This new “feature” seems to be messing with our banner CSS code.
See attachment
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022
01:14 PM
This will be an issue that the Instructure developers will need to attend to, so I would recommend submitting a ticket with them. As a short-term solution, if you would like to remove that icon then you can create add: class="external" in the HTML editor. So your code might look like:
<a class="external" src="URL">hyperlinked text</a>
For now, that will remove the icon.