Web technology grew out of hypertext research in the 1980s and early 1990s. Hypertext research studies the creation of nonlinear documents, where links connect documents in associative webs.
This allows users to guide their own reading rather than having authors do it for them. However, the result is often a fragmented and confusing traversal of links. Thus, a web author can still assist the user by structuring the way links are organized.
Blue and Underlined = Click Me
Writing for an interactive medium requires a special sensitivity to the user’s thinking process and requires that you make distinctions unnecessary in print. First of all, we must distinguish which text is a link and which text is static text Blue and underlined text is readily recognized by even inexperienced users as links.
Various studies have shown that using another color for a link dramatically reduces the number of click-throughs for that link, and using graphics for the link reduces the number of click-throughs even further.
The most straightforward explanation of this observation is that users are simply less certain that other colors might represent links and are therefore unlikely to notice those links or are more reluctant to try them out.
Thus, for maximum click-throughs, we recommend that you avoid changing the default color of text links. If you decide to override the default, make sure that links are extremely obvious.
Users can set preferences in their browsers to change the default link colors and the default underlining of the links. In some cases, you may need to shift link colors to a different shade of blue for legibility (for instance, when a black background is used), but this may still confuse users who have altered their default link color or turned underlining off, so alternate background colors need to be considered carefully. Since different browsers can sometimes have different default colors for visited links (e.g., purple and green), it’s a bad idea to shift the color of a visited link.
Some designers like to use black links because black creates a more relaxed color scheme, but this is extraordinarily likely to confuse, users, especially those who have link underlining tuned off.
Other designers like to use red links because red is an especially salient color, but the logic of doing so is somewhat flawed. Yes, red is very salient, and this means the users’ eyes will be attracted to red words, and users may be more likely to click those words, but we’re not trying to get users to follow links just because they are perceptually salient. If that’s all we wanted, we could use the <blink> tag on all links. We want users to click on links that are relevant to their tasks. Instead of using red for links, use red to draw the user’s attention to important content.
Never display static text in blue or use underlining for anything other than a link. Alternative shades of blue may be acceptable in certain limited contexts, such as when the typeface and font size changed to make headlines, but these should be user tested to confirm that users don’t confuse them with links.
In addition to the high recognition value of blue underlined links, text links have a distinct advantage over graphic links because browsers support differentiating between visited and unvisited links, which is not possible when graphics are used.
Users quickly learn to take advantage of this information when browsing: without it, they often find themselves needlessly revisiting pages on a site that they don’t remember having visited earlier.
Link Color, Underlining, and Consistency
Use blue underlined links whenever possible, but no matter what, make sure your link style is consistent. In all fairness, ensuring consistency can be extremely difficult for very large sites, such as Microsoft’s, which demonstrates a variety of common problems in displaying links.
Types of Links
Not only do you need to distinguish which text is interactive, but you want to indicate what type of interactivity is implied by a button or link. A linked word may lead to the definition of that word, to reference material, to more detail on the topic, to another section of the web site, to an outside site, or to another location on the same page.
Some hypertext systems use menus or multiple colors of links to indicate different types of references, but web technology doesn’t facilitate making these distinctions. When graphics are associated with links, the graphics can indicate the kind of link by their style.
Another useful way to indicate the type of link is to use a link title.
A TITLE parameter is available for links in some browsers; these show a specified message when the user positions the mouse pointer over a link, as seen in the following example.
<a href http://www/usabilityfirst.com/ title=“a reference web site for usability”>Usability First</a>
The TITLE parameter helps disambiguate the type of a link without an extraordinarily detailed explanation within the body of your text.
Report This Post