| Put this in your HTML:
<img src="http://toolbox.usa1.com/scripts/counter.exe?[width=X&]link=A_PAGE[&style=A_STYLE]">
The [] are not meant to be typed in, but signify that the enclosed arguments are optional.
The arguments are:
 | width=X (optional) How wide you want the counter (default=0) If the width is less
than the width of the number to be displayed, the counter will be as wide as the number.
The width can be a maximum of 10. This means the counter can go as high as 9999999999.
|
 | link=A_PAGE (required) A unique identifier for this page (eg myhomepage) NO SPACES!
The counter uses this unique identifier to keep track of different
pages. I suggest something like '[my site name]_homepage' or something similar. If
you use a name that is being used by someone else you will get an erroneous count.
|
 | style=A_STYLE (optional) The style you want (default=a). These style names correspond
to the style types shown below.
|
The arguments must appear in that order (width, link, style)
Here is an example:
<img src="http://toolbox.usa1.com/scripts/counter.exe?width=4&link=mysitehomepage&style=a">
This results in:
Note: No spaces between the "s!
|