Making Custom Character Sets for the Delorie Counter

Before you try to make your own character sets, it's important to get your counter working with a provided character set. You'll need to have a .cnt file in your working directory in order to access the character set tool. Start by creating an HTML file that references your counter:

Next, you'll have to paint ten gifs, one for each digit from zero to nine. They must all be the same height, but they may be different widths. Put these gifs in your working directory, and add references to them (for reference, of course) in your HTML: Create a file custom.map (or anything.map) that contains references to which digits go with which gifs: Now, add a link to your count file giving the name of this map file and the word make, like this:

When you view your HTML file (like you're viewing this page), the counter will replace the above link with a character set gif that includes your digits. Note: the format of this image is described elsewhere.

You should use your browser to save this gif (Netscape: right mouse/save this image as) as, say, custom.gif. This is your custom character set. In your counter file, reference it as the character set for one of your tags: Now, add a counter for your new tag: Ta da!


The Delorie Counter is Copyright © 1996 DJ Delorie