how do I add tabs to pages in canvas??
Hi there, @RuthHeath ...
You'll probably want to take a look at this topic...which addresses some of the same things you want to know about adding tabbed content to a page in your coures:
Solved: Formatting tabs in Canvas page - Instructure Community (canvaslms.com)
I'll provided the code so it's better formatted:
<div class="enhanceable_content tabs"> <ul style="background-color: #dcfa70;"> <li><a href="#fragment-1">Tab One</a></li> <li><a href="#fragment-2">Tab Two</a></li> <li><a href="#fragment-3">Tab Three</a></li> </ul> <div id="fragment-1">Tab 1 content</div> <div id="fragment-2">Tab 2 content</div> <div id="fragment-3">Tab 3 content</div> </div>
But keep in mind the comments from me and James in the post that I linked to above...as this code may not work in the future.
Hope this helps!
@RuthHeath Welcome to the Canvas Community! There is not a way in the Rich Content Editor to add tabs, it all has to be done through the HTML view using the < /> button in the bottom right. I don't believe enhanceable elements are officially supported by Canvas anymore but the tabs one still works. Here is the code:
Once you paste the above code in, you can switch back to the regular editor and add content, just be careful.
-Nick
We are experiencing an issue in New Quizzes where the “Previous” and “Next” navigation buttons appear far down the page, below the visible view point of the screen. This happens after the student has submitted the quiz and clicks Return. The navigation buttons should appear immediately after quiz content, but now the…
I have a quiz set for 2 hours and its availability window set for 2.5 hours. During the exam I receive the warning message as follows: Please note that the adjusted time limit you've set extends beyond the "Until Time" of [Apr 16, 2026, 11:30 AM] for this quiz. The quiz will automatically submit at the "Until Time" you've…
Hi, we have noticed some changes in the way Canva docs or files are able to be embedded live. Canva is integrated via LTI 1.3 in our Canvas Has Canvas recently changed how it handles unauthenticated external iframe embeds, specifically for tools like Canva? Are public Canva embed iframes (canva.com/design/.../view?embed)…
Summary:The Learning Mastery Gradebook allows drag-and-drop reordering of outcome columns, and this triggers a call to /api/v1/courses/:course_id/assign_outcome_order. The API returns 204 No Content (success), but the column order does not persist after page refresh. Steps to Reproduce: Open Learning Mastery Gradebook for…
Hi all, Quick question about the Gradebook color status for a 2-part checkpoint discussion. If a student completes the first due date (initial post) but does not complete the required replies by the second due date, is there any way for Canvas to automatically show a color (e.g., missing/late) instead of staying as…