Services | Webpage Counter
We here at Wisconsin Internet have written a script to set up the necessary coding for our webserver to maintain a counter for one of your web pages. To use the script, follow the instructions below.
Copy this code onto the page you want to count!
<? include('../../../counter_inc.html');?>
Put this code in a table cell and you will be able to add any font, font size, color or any combination to match your website. This is just one example.
Example Code
<table width="64" border="1" cellspacing="2" cellpadding="0" bgcolor="black"> <tr> <td> <center>
<font size="+2" color="white"><? include('../../../counter_inc.html');?></font></center> </td> </tr> </table>
|