Tom said:
If you look at the image properties, you see this:
http://members.cox.net/_vti_bin/fpcount.exe/C:/Documents and Settings/Sha/My%
which appears part of the link is pointing to your hard drive on your
local pc.
I found exactly the same when I reverse published "index.html "to my hard
disk
Your code in the server reads:
<p align="center">
<!--webbot bot="HitCounter" u-custom
i-digits="5" i-image="2" PREVIEW="<strong>[Hit
Counter]</strong>"
i-resetvalue="0" startspan -->
<img
src="../_vti_bin/fpcount.exe/C:/Documents%20and%20Settings/Sha/My%20Documents/My%20Webs/?Page=cra2/index.htm|Image=2|Digits=5"
alt="Hit Counter">
<!--webbot bot="HitCounter" endspan i-checksum="8950" -->
</p>
My disk copy reads (slightly different because I placed this in a table
cell):
<td align="center">Hit Counter
<!--webbot bot="HitCounter" u-custom i-image="4"
i-resetvalue="0" PREVIEW="<strong>[Hit Counter]</strong>"
i-digits="0" startspan -->
<img
src="_vti_bin/fpcount.exe/C:/Documents%20and%20Settings/Trevor/My%20Documents/My%20Webs/mvpweb/?Page=index.html|Image=4"
alt="Hit Counter">
<!--webbot bot="HitCounter" i-checksum="17034" endspan -->
</td>
It appears that you have managed to copy the hard disk file back to the
server
I think what you need (on the server) is:
<p align="center">
<!--webbot bot="HitCounter" u-custom
i-digits="5" i-image="2" PREVIEW="<strong>[Hit
Counter]</strong>"
i-resetvalue="0" -->
</p>
Well, that's more or less (with a few differences in the parameters) what I
have.
If anyone else knows whether this is correct or not, please post.
--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website:
http://trevorl.mvps.org/