Link to Content

This page explores the ways that we link to web pages and files in this template.

Buttons

Buttons get the user’s attention, so deploy them with care. Too many buttons on a page can create confusion about what the user is expected to do. A button is a call to action, so it needs clear, descriptive, direct text. Capitalize the important words in a button label.

In our template, buttons are simply an html element (usually an <a> tag) with the class “btn.” Adding an additional class gives the button one of the colors seen below. (Note that the buttons don’t float to the right by default; they only float to the right for the purposes of this page.)

Buttons are strong as a call-to-action. We use them less often and more specifically than a call-to-action link (above). A button usually links to an application, pdf, or very important web page, such as application process or financial aid information.

Also, button labels are better when they’re brief. If the text on an important link is long, consider using the cta-link class instead of btn. For example:

Start Your Application for Graduate Admission Now
Start your application for graduate admission now
“btn-gray”

The btn-gray button links to additional information. This is the button we use most often.

“btn-green”

The btn-green button links to registration, application or payment. Usually the button text is a strong verb, such as “Apply,” “Request Information,” or “Register Now.”

“btn-orange”

The btn-orange button is a lesser-used button that links to additional information. As a rule, use btn-orange only as an alternative to btn-gray, when btn-gray would not look good or function well.

“btn-inactive”

The btn-inactive button indicates that an action is not currently available, but we want the user to know that either a deadline has passed or the action is coming soon. Be sure to remove the href attribute from an inactive button, so that the link is truly inactive.