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:

-- Normal 

class="Button"

-- Primary

class="Button Button--primary"

-- Secondary

class="Button Button--secondary"

-- Success

class="Button Button--success"

-- Warning

class="Button Button--warning"

-- Danger

class="Button Button--danger"

 

Code