Home

ABOUT BCI

Services offered by BCI

Eligibility

Who is BCI?

List of websites hosted

How to register

MEMBER AREAe

Getting started

Managing your website

Managing your email

Advertising your website

Traffic statistics

Frequently asked questions (FAQ)

Making contributions to BCI

Support


Bahá'í Communications
International

5712 Deerfoot Trail
Fort Worth, TX 76131
USA


Copyright © 1996-2005 by BCI.  BCI is sponsored by the Spiritual Assembly of the Bahá'ís of Fort Worth, TX .

 

How to add a counter to your web page

BCI offers several styles of counters to enhance your pages. Just highlight the example html tags below, then copy and paste them right into your documents. The "digit" parameter may be changed to whatever you'd like on any of the counter styles.

  • Simple odometer style: Counter Image

    <IMG ALT="Counter Image" SRC="/cgi-bin/vcounter?style=odometer">

  • Small odometer style and specifying 4 digits Counter Image

    <IMG ALT="Counter Image" SRC="/cgi-bin/vcounter?style=odometer_sm&digits=4">

  • LED specifying 5 digits: Counter Image

    <IMG ALT="Counter Image" SRC="/cgi-bin/vcounter?style=LED&digits=5">

  • Green LED specifying 5 digits: Counter Image

    <IMG ALT="Counter Image" SRC="/cgi-bin/vcounter?style=LED_g&digits=5">

  • Red LED specifying 5 digits: Counter Image

    <IMG ALT="Counter Image" SRC="/cgi-bin/vcounter?style=LED_r&digits=5">

  • Curly Digit Style specifying 4 digits: Counter Image

    <IMG ALT="Counter Image" SRC="/cgi-bin/vcounter?style=curly&digits=4">

  • Rosewood Digit Style specifying 4 digits: Counter Image

    <IMG ALT="Counter Image" SRC="/cgi-bin/vcounter?style=rosewood&digits=4">

    Other Useful Options

    Each optional parameter should begin with a "&" character, i.e.:
    <IMG SRC="/cgi-bin/vcounter?style=rosewood&digits=4&block=30&start=100&trans=255,255,255">

    block= - number of seconds to block consecutive reloads from incrementing counter.
    start= - initialize counter to start at a certain number.
    trans= - R,G,B colors to make counter transparent on your page. (r,g,b each 0-255).

    Questions? Email Mark Clark.