Fix broken CSS Style Hyperlinks

Jump to solution
JeremyThomas
Community Member

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

Labels (2)
0 Likes
1 Solution
DrNufer
Community Coach
Community Coach

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.

View solution in original post