Links
Links are used to take your web traffic from one location of your site to another. Links are added to a page using the Insert/edit link function in the WYSIWYG editor and are typically formatted as text. Links can also be done with row buttons or additional resources.
Make Link Text Self-Descriptive
When creating text links on your website, ensure you're following web best practices by making link text that clearly describes where the link will take the visitor. This is an accessibility requirement.
Bad Link Text
Click here to visit Ñý¼§Ö±²¥.
Using the link text of "Click here" is not specific and does not provide visitors the ability to quickly scan the page for the link they are looking for. This is especially challenging for users who use assistive technologies (such as blind users with screen readers), who may listen to all the links out of the context of the rest of the page content.
Good Link Text
Visit the Ñý¼§Ö±²¥ website to learn more.
Linking the text "Ñý¼§Ö±²¥ website" is self-describing, making it clear that anyone who clicks that link will go directly to UM's site.
Insert a Link
-
Highlight the text or click to select the image that will be a link.
-
Click the Insert/edit link icon in the toolbar.
-
Leave Target set to None.
-
Click Ok.
Link Source
-
Internal Links are those which direct web visitors from one asset (page, document) to another within your website.
- In the Insert Link window, select Internal for Link Type.
- Click Choose File, Page, or Link in Link Source.
- Choose the appropriate asset within the same site.
- Click Ok.
-
External Links are those which direct web visitors to external web pages or websites.
- In the Insert Link window, select External for Link Type.
- Copy and paste the external URL in Link Source.
- Add Anchor link text if needed.
- Click Ok.
-
Email Links are used to link to an email address. When clicked, a message with the linked email address will open in the web visitor's default email client.
- In the Insert Link window, select External for Link Type.
- Type "mailto:" followed by the email address in Link Source.
Example: mailto:webhelp@mso.umt.edu. - Click Ok.
-
Previously, anchor links could be created in the toolbar of the WYSIWYG editor. Unfortunately creating them this way causes accessibility issues. Moving forward this option will be removed from the WYSIWYG editor, but anchor tags can still be created by following these steps:
- Open the source code editor (< > symbol in the toolbar) and add ' id="your_anchor" ' to the heading (<h2>) or paragraph (<p>) tag you would like to link to. (It will end up looking as follows: <h2 id="your_anchor">)
- Create a link and add the id you used into the 'Anchor' field.
Also consider using the Accordion block for longer faq/tutorial pages instead of creating overly long pages. The accordion block can be more easily navigated, will work better on mobile devices and each section can be assigned a unique anchor tag that can be directly linked to.