These logos for DCC Reputations with and without borders as well as in a large size can be added to Web pages. They differ from the DCC logos
The standard size logo
can be displayed with
<A HREF="http://www.rhyolite.com/anti-spam/dcc/reputations.html">
<IMG SRC="http://com-dcc-logos.rhyolite.com/border.png"
ALT="DCC Reputations logo">
</A>
A version without a border
for Web pages with other than white backgrounds can be displayed with
<A HREF="http://www.rhyolite.com/anti-spam/dcc/reputations.html">
<IMG SRC="http://com-dcc-logos.rhyolite.com/noborder.png"
ALT="DCC Reputations logo">
</A>
Large versions can be displayed with
<A HREF="http://www.rhyolite.com/anti-spam/dcc/reputations.html">
<IMG SRC="http://com-dcc-logos.rhyolite.com/large/border.png"
ALT="large DCC Reputations logo">
</A>
or
<A HREF="http://www.rhyolite.com/anti-spam/dcc/reputations.html">
<IMG SRC="http://com-dcc-logos.rhyolite.com/large/noborder.png"
ALT="large DCC Reputations 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 that on the bottom of this page might be 48x20 and displayed with
<A HREF="http://www.rhyolite.com/anti-spam/dcc/reputations.html">
<IMG SRC="http://com-dcc-logos.rhyolite.com/border.png"
ALT="DCC Reputations 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.rhyolite.com/anti-spam/dcc/reputations.html">
<IMG class=logo ALT="DCC Reputations logo"
SRC="http://com-dcc-logos.rhyolite.com/border.png">
</A>
with this Cascading Style Sheet class:
IMG.logo {width:6em; vertical-align:middle}
Contact vjs@rhyolite.com but not the spam trap.