Jump to content

jrogers7

Members
  • Posts

    5
  • Joined

  • Last visited

jrogers7's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Yeah, I had that issue too - but only with the "<" and ">" symbols at the front and back of the string. For some reason it pasted the ascii codes instead.
  2. I had some of the same problems (and I also use FP 2002), but fixed them by removing the ".dat" part of the string. Counter works fine now.
  3. I'm using FronPage 2002 and also, depending on ftp connection to server, get hung up/timed out now and then. The best thing to do is to set your options in FronPage to only update changed files. This way, if you only make it part of the way through the transfers, you essentially pick up where you left off. Anyhow, that's worked well for me. Mind you, I've only been at this for a couple of days now, but the site's up and running so something must be going right
  4. Hmmmm... I deleted ".dat" and the counter still didn't appear. Can one of you folks post a link to your web site so I can view your source to see if anything else is different. Here's what I have in mine: <imgsrc="/cgi-sys/Count.cgi?df=jrogers7|display=Counter|ft=6|md=5|frgb=100;139;216|dd=C"> I noticed that cheval had the image as part of a table. Can't I just drop the code in the body section of the html? nm, just figured it out - needed a space between img and src Thanks
  5. It's simple to paste the html code into FrontPage. Just click on the html tab to view the code, and type or paste the code there. I did that for the code generated for the counter and it didn't work for me either. Any clever ideas? nm, figured it out, I didn't have a space between img and src. Also, removing the ".dat" helped. The following code works for me (of course you'll have to replace the jrogers7 with whatever your username is). <img src="/cgi-sys/Count.cgi?df=jrogers7|display=Counter|ft=6|md=5|frgb=100;139;216|dd=C"> Thanks
×
×
  • Create New...