Buttons
Tips & Tricks
Buttons cannot be created in the text editor, so paste this code into the HTML editor as your template:
<p><a class="Button Button--primary" href="https://onesearch.library.utoronto.ca/visit">Explore our libraries >></a></p>
What It Looks Like
Customize It
Text
To change the text that appear in the button, type your new text after > and before </a> in the code, such as E.J. Pratt Library:
<p><a class="Button Button--primary" href="https://onesearch.library.utoronto.ca/visit">Welcome to E.J. Pratt Library >></a></p>
And this is what it will look like:
Welcome to E.J. Pratt Library >>
The two >> are the arrows at the end of the text: >>.
Link
To change the link, enter an URL between the quotation marks href="http://library.vicu.utoronto.ca/":
<p><a class="Button Button--primary" href="http://library.vicu.utoronto.ca/">Welcome to E.J. Pratt Library >></a></p>
And this is what it will look like: