Ka of Isis is not optimized for this version of Internet Explorer
HomeE-mail

The Archives

The external link symbol

19 September, 2008 | Filed under “The Archives

Reservation and embracement

Let it be understood: I am no fan of symbols. They are everywhere and they change on the whim of designers – and executive authorities. What has an obvious meaning to many, may draw a blank with me. So I shy away from them. Mostly. There is, however, an interesting use of symbols for external links on web pages. It has gained support, at least among web designers. This way you (may) know that by choosing a particular link, you are taken away from the current web site. The symbol may never mature with a standardized look, however, and my present take on it is the icon suggested by Andy Budd (and there it is, immediately following the link) on the cover of his book, “CSS Mastery. Advanced Web Standards Solutions” (2006). If for no other reason, I implement the icon as an intellectual CSS exercise.

Book cover

If you missed it, here it is again:

Still miss it? My guess is that you are on Internet Explorer 6 or earlier. No luck there!

Similar symbols – identical purpose

Different web designers tend to position the symbols differently relative to the typographic baseline, and I make no effort to reproduce this behaviour in the table below. My apologies also for not necessarily displaying the symbols on their proper background colour.

Most designers seem to agree on displaying the symbol after the link, either as a GIF or as a PNG image. As such, the image will remain at a fixed size if the user enlarges or reduces the size of the text. Which is no big deal. Actually, it is no deal at all.

In no particular order, then, here is my small collection of external link symbols (updated ever and anon):

Table. External link symbols.
DeveloperSymbol
CSS Mastery (the book)External link symbol
developer.mozilla.orgExternal link symbol
en.wikipedia.orgExternal link symbol
trac.browsershots.orgExternal link symbol
wellstyled.comExternal link symbol
www.456bereastreet.comExternal link symbol
www.bobbyvandersluis.comExternal link symbol
www.codepoetry.netExternal link symbol
www.flashguru.co.ukExternal link symbol
www.friendsofed.comExternal link symbol
www.grixel.grExternal link symbol
www.jeep.comExternal link symbol
www.quirksmode.orgExternal link symbol
www.stopdesign.comExternal link symbol
www.bioneural.netExternal link symbol
www.apple.comExternal link symbol
snipplr.comExternal link symbol
electricsheep.wikispaces.comExternal link symbol
expressionengine.comExternal link symbol
www.flzone.comExternal link symbol
www.lemkesoft.comExternal link symbol
Source forgottenExternal link symbol

Afterthought

It should be noted that it is considered bad practice to link to a new page/window (aka target="_blank"). This should only be tolerated when you link from an advertisement on a web site (for instance with a clickTAG in Flash movies). You are then often left with no option, anyway, as the owner of the site wishes the user to stay on their site for editorial (read: economical) reasons. One exception to the “rule” leaps to mind: When you need to link to a page from within a (small) “JavaScript window” as generated with the Lightbox or Lytebox methods. In such cases you should not cram new content into the (usually) restricted space. Not because the layout will suffer, but because the user might be confused as to were he/she is.

Update: Toby Somerville has expanded on this technique to, as he says, “indicate to your visitors where a link is going and to what type of file” – should the link be a download and not a hyperlink. Check out his article Helpful Hyperlinks with JavaScript at SitePoint.

  Leave a comment