The wonderful world of counters!!!!
      Some of these may not work with the ISP you are using. These I have tested with my ISP.
One other important note: in each of these lines you see "x.dat", replace that "x.dat" with 
your email address. The reason I say this is so that you dont get your counter mixed in with 
someone elses.
Making a counter without border
<img src="/cgi-bin/Count.cgi?ft=1&df=x.dat">

                                 

Because of the ft=1 there is no border. Also called frame.

How to make the border wider.

     <img src="/cgi-bin/Count.cgi?ft=10&df=x.dat">

                                   

Random digits. Wrapped frame is with default color and asked thickness. The "ft=10" changes the border size.
No one said you have to use 10. Make the border smaller or bigger.

Changing the borders dolor.

          <img src="/cgi-bin/Count.cgi?frgb=255;215;0&df=x.dat">

             

Rotation

    <img src="/cgi-bin/Count.cgi?ft=0|rotate=Y|df=x.dat">
    <img src="/cgi-bin/Count.cgi?ft=0°rees=180|df=x.dat">
    <img src="/cgi-bin/Count.cgi?ft=0°rees=90"df=x.dat>


                                                                                         

         Yeah, yeah, yeah. I know I said that everything tested to be working but I can't the last two of these to work.
But the first one works.

Transparent counters

    <img src="/cgi-bin/Count.cgi?dd=A|tr=T|trgb=0;0;0&df=x.dat">
    

                                                                                            

How to make the green color of the digit style transparent:

    <img src="/cgi-bin/Count.cgi?dd=A|tr=T|trgb=0;255;0&df=x.dat">
    

                                                                                            

Number of -well- numbers

You can choose how many digits you want displayed on your counter.

    <img src="/cgi-bin/Count.cgi?md=5|df=x.dat">                

Say you don't want to see those zeros, then do this.

    <img src="/cgi-bin/Count.cgi?pad=0|df=x.dat">