DLINK – by adding a single line of javascript to your site, you can automatically style your links to look and work better.

Automatic links styling

Just add the class of “dlink” to any section of your website and style the links with colour:

a.internal  {color: #D47700;}
a.external  {color: #0074D4;}
a.subdomain {color: #D43500;}
a.email     {color: #00B235;}

To exclude individual links just add a class of “no_dlink” to the link and it will be ignored:

<a class="no_dlink" href="#">will ignore this link</a>