These logos for the Distributed Checksum Clearinghouses or DCC can be added to web pages. They differ from the DCC Reputation logos.
The standard size logo can be displayed with
<A HREF="http://www.dcc-servers.net/dcc/">
<IMG SRC="http://logos.dcc-servers.net/border.png"
ALT="DCC logo">
</A>
|
|
A version without a border
for Web pages with other than white backgrounds can be displayed with
<A HREF="http://www.dcc-servers.net/dcc/">
<IMG SRC="http://logos.dcc-servers.net/noborder.png"
ALT="DCC logo">
</A>
|
|
Large versions can be displayed with
<A HREF="http://www.dcc-servers.net/dcc/">
<IMG SRC="http://logos.dcc-servers.net/large/border.png"
ALT="large DCC logo">
</A>
|
|
|
or
<A HREF="http://www.dcc-servers.net/dcc/">
<IMG SRC="http://logos.dcc-servers.net/large/noborder.png"
ALT="large DCC logo">
</A>
|
|
Tiny, somewhat illegible versions can be displayed by adding HTML constraints to the image reference. It is best preserve the aspect ratio of the originals. Since the small originals are 96x39 pixels, a tiny version like might be 48x20 and displayed with
<A HREF="http://www.dcc-servers.net/dcc/">
<IMG SRC="http://logos.dcc-servers.net/border.png"
ALT="DCC logo" width="48" height="20">
</A>
Perhaps better results that change size as the user changes the size of the browser font are obtained with
<A HREF="http://www.dcc-servers.net/dcc/">
<IMG class=logo ALT="DCC logo"
SRC="http://logos.dcc-servers.net/border.png">
</A>
with this Cascading Style Sheet class:
IMG.logo {width:6em; vertical-align:middle}
Commercial licensees of the DCC source can use the DCC Reputation logos.
Contact Vernon Schryver at vjs@rhyolite.com but not the spam trap.