Hello!
I'm using tabs to build out some content. Everything is working well except internal links. External links work just fine, but links within Canvas are not working. More specifically...
Internal links to course tools (e.g., discussions) and tagged headers (i.e., #header) do not work. Any code that contains an internal link to a course tool cannot be saved (i.e., Canvas's junk response to junk code). Links to internal headers can be saved and clicked, but do not navigate to the target destination. Note: Code in red below was auto-generated by Canvas in RTE using right sidebar link menu (for tools) and RTE link dialog (for tagged headers).
I've tried various iterations of the code below:
<div class="enhanceable_content tabs">
<ul>
<li><a href="#tab-01"><i class="icon-educators"></i> Instructors</a></li>
<li><a href="#tab-02"><i class="icon-target"></i> Learning Goals</a></li>
<li><a href="#tab-03"><i class="icon-flag"></i> Course Policies</a></li>
</ul>
[...removed for brevity]
<div id="tab-03">
[...]
<h3 id="Communication"><i class="icon-flag"> Communication </i></h3>
<p>Get into the habit of checking CourseWorks and LionMail daily, since it’s how we’ll keep you up-to-date on any changes in assignments or other developments.</p>
<p>ADD COMMUNICATION POLICY HERE</p>
<h4 id="AskingQuestions">Asking Questions</h4>
<p>Use the General Questions discussion <i class="icon-discussion"> </i> for questions about the course, syllabus, assignments, etc.</p>
<p>Use the <a title="Open Discussion" href="https://courseworks2.columbia.edu/courses/80165/discussion_topics/276872">Open Discussion</a> <i class="icon-discussion"> </i> as an unmoderated space for you to connect with your fellow students.</p>
<p><a href="#h_258081927151546462297738">Email the instructors</a> <i class="icon-email"> </i> for other communication related to your work or your performance in the course.</p>
<p><a href="#h_258081927151546462297738">Email the instructors</a> <i class="icon-email"> </i> for other communication related to your work or your performance in the course.</p>
Any insights or suggestions for troubleshooting further are much appreciated!
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.