Welcome to the Course!
Course Number 🚩
Course Title 🚩
Instructor <<Insert Name>> 🚩
College <<Insert College>> 🚩
Getting Started
- View the Syllabus to see an overview of this course
- View Modules to start work in this course
🚩🚩Attention: Instructional Designers/Course Developers:
When you change out the top banner to reflect your program, you will need to add a snippet to the HTML so your banner will automatically resize to fit your window size. Here's how to do it:
- You can place your program's banner with Rich Editor. Then go to HTML Editor and find the code that looks similar to this (at the top):
<img src="/courses/145959/files/12947431/download" alt="generic_banner.jpg" data-api-endpoint="https://canvas.ou.edu/api/v1/courses/145959/files/12947431" data-api-returntype="File" />
- Add the snippet that will instruct Canvas to automatically resize your banner so that it automatically adjusts to the window size (see highlight).
<img src="/courses/145959/files/12947431/download" alt="generic_banner.jpg" width="100%" height="720" data-api-endpoint="https://canvas.ou.edu/api/v1/courses/145959/files/12947431" data-api-returntype="File" />
- Delete these instructions. Then click "save."