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 &gt;&gt;</a></p>

 

What It Looks Like 

Explore our libraries >>

 

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 &gt;&gt;</a></p>

And this is what it will look like:

Welcome to E.J. Pratt Library >>

The two &gt;&gt; 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 &gt;&gt;</a></p>

And this is what it will look like:

Welcome to E.J. Pratt Library >>

Login to Quercus