Adding a button to a page
How To Use This Code
- Pick the style of button you would like to place into a Canvas page, and select and copy the code snippet below it;
- Navigate to a page of a Canvas Course (or create a new page) where you would like to add the button and click "Edit",
- Click HTML Editor, and scroll down to where you want the button to appear. See my tip above concerning identifying the correct location before opening the HTML Editor.
- Click Enter a couple times to clear a bit of space, and paste the code,
- Replace the button target and visible title,
- Click "Save"
Button Options:
class="Button"
class="Button Button--primary"
class="Button Button--secondary"
class="Button Button--success"
class="Button Button--warning"
class="Button Button--danger"