cancel
Showing results for 
Search instead for 
Did you mean: 

Matts flycounter

Predator
Member

Hi

 

Im currently using easy site wizard Pro.

 

Im having major problems trying to get matts flycounter to work it tells me to put the info into the HTML and when I do this nothing happens. It doesnt seem to work at all. I wouldnt mind but its the one that BT provides for you to use.

 

Can some one give me a step by step guide as to how to install it and MAKE IT WORK.

 

Thank you in advance

 

Im now off to try and glue back on some of the hair ive torn out !!!!

 

Cheers

 

Predator

1 ACCEPTED SOLUTION

Accepted Solutions

pmillman
Power User

Hi there,

 

I would be interested to see the tag attributes you're using in your HTML.  That should definitely work.  I don't know about your "flycounter" but if you would like to have a simple counter, the following will work if inserted anywhere in the body of your HTML code:

 

<img src="cgi-sys/Count.cgi?df=yourdomain.com-index.html">

 

This is a basic counter but you can also add attributes to alter the font and  basic look of the counter if you like.  I prefer to use a free service which generates a counter.  I simply choose the format I like and insert the table containing my counter in my HTML code.  I have never had any problem with it.  The coding is as follows:

 

<table width="133" border="0" cellspacing="0" cellpadding="3"><tr><td align="center"><a href="http://www.free-website-hit-counters.com" target="_blank"><img src="http://www.free-website-hit-counters.com/cgi-bin/image.pl?URL=201323-5850" alt="hit counter" border="0" /></a></td></tr><tr><td align="center"><font style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #330000; text-decoration: none;"> <a href="http://www.free-website-hit-counters.com" target="_blank" style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #555555; text-decoration: none;" title="html hit counter code">html hit counter code</a> </font></td></tr>
</table>

 

It's worth checking out http://www.free-website-hit-counters.com.  It's a simple site but one of those useful tools to help you save some time.  Anything you can copy and paste is a good thing, right!  🙂

 

Peter

View solution in original post

1 REPLY 1

pmillman
Power User

Hi there,

 

I would be interested to see the tag attributes you're using in your HTML.  That should definitely work.  I don't know about your "flycounter" but if you would like to have a simple counter, the following will work if inserted anywhere in the body of your HTML code:

 

<img src="cgi-sys/Count.cgi?df=yourdomain.com-index.html">

 

This is a basic counter but you can also add attributes to alter the font and  basic look of the counter if you like.  I prefer to use a free service which generates a counter.  I simply choose the format I like and insert the table containing my counter in my HTML code.  I have never had any problem with it.  The coding is as follows:

 

<table width="133" border="0" cellspacing="0" cellpadding="3"><tr><td align="center"><a href="http://www.free-website-hit-counters.com" target="_blank"><img src="http://www.free-website-hit-counters.com/cgi-bin/image.pl?URL=201323-5850" alt="hit counter" border="0" /></a></td></tr><tr><td align="center"><font style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #330000; text-decoration: none;"> <a href="http://www.free-website-hit-counters.com" target="_blank" style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #555555; text-decoration: none;" title="html hit counter code">html hit counter code</a> </font></td></tr>
</table>

 

It's worth checking out http://www.free-website-hit-counters.com.  It's a simple site but one of those useful tools to help you save some time.  Anything you can copy and paste is a good thing, right!  🙂

 

Peter