|
Counter |
||||||||||||
How do I setup a counter?There are different types of counters you can setup on any of your web pages. Below are a few examples. To create the counter image, you need to do the following two things. Decide what type of counter you would like to use, and place the corresponding code in your web page (example code is under 'HTML Code' below). You can place this code in your HTML page by using the File Manager in the control panel to edit your pages. Note: Input your site specific data in place of YourDomain.com-PageName.html in the HTML tag below. Please be sure not to use strange characters like '/' in the name of your data file. Counter Examples: HTML code: <img src="/cgi-sys/Count.cgi?df=yourdomain.com-index.html"> HTML code: <img src="/cgi-sys/Count.cgi?df=yourdomain.com&display=date"> HTML code: <img src="/cgi-sys/Count.cgi?df=yourdomain.com&display=clock">
|
How do I change the appearance of my counter?
1. Change the digit style <img src="/cgi-sys/Count.cgi?df=yourdomain.com-PageName.html&dd=C"> Below are the five styles of digits included on our server:
2. Change the border of the counter <img src="/cgi-sys/Count.cgi?df=YourDomain.com-PageName.html&dd=C&ft=0"> 3. What if i want to use more than one counter? |