External Links

Powered by the OpenBlank script.

OpenBlank causes links with offsite as part of their class attribute to open in a new window, without relying on the target attribute. It also appends “(opens in a new window)” to the title attribute. This should be combined with additional visual indication of its difference from a standard link.

<p>This is
<a href="http://www.w3.org">link</a>.
This is
<a class="offsite" href="http://www.alistapart.com">an offsite link</a>.
</p>

This is a link. This is an offsite link.