« October 2005 »
S M T W T F S
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31

You are not logged in. Log in
Open Community
Post to this Blog

Helpful Links
Angelfire Home
Register Your Domain
Angelfire's Twitter
Angelfire's Facebook

Angelfire Club Blog
Need assistance and ideas from fellow Angelfire members to help build and manage your website? You've come to the right place!
To join this Community Blog, you must be an Angelfire member. Just click the "Join this Community" link, and start posting immediately.

Hint: When posting, select a topic that most relates to your question. (News, FrontPage, HTML Questions, etc...) This will help to keep the blog organized for everyone.

View Latest Entries

Sunday, 9 October 2005
Guestbook and Counter
Mood:  caffeinated
Topic: HTML Questions
I have been having troubles with my site.

https://www.angelfire.com/bug2/militarybesh/

http://www.besharahfamily.com

I would like to add a guestbook and a counter. I have only had the page up and running for a couple of months now and I am averaging 1700 page views a month. I would like to make it easier for people to add coments and view others but I can't figure out how.

Please help!!!


Posted by bug2/militarybesh at 10:23 PM EDT | Post Comment | View Comments (7) | Permalink | Share This Post

Monday, 10 October 2005 - 1:50 AM EDT

Name: tom

Hi,

The code for the counter is:
img src="/cgi-bin/Count.cgi {I haven't added the
necessary brackets]

and you will find a guestbook here:
http://www.htmlgear.lycos.com/specs/guest.html

Monday, 10 October 2005 - 8:56 AM EDT

Name: Besh

I tried the code for the counter but without the brackets in the right spots I can't get it to work. Would you mind resending it with the brackets in the right spot?

Thanks

Monday, 10 October 2005 - 11:49 AM EDT

Name: tom

For some reason, if I include the proper brackets, the
code does not show up on the blog.

I am going to add ordinary brackets, which you must change
for the proper type.

(center)(img src="/cgi-bin/Count.cgi")(/center)

Monday, 10 October 2005 - 1:36 PM EDT

Name: cw

Tom- this blog doesn't accept html code so here's the trick to posting html code to this blog- replace all the left brackets < with the ascii code for it. It is the left bracket which is not directly typeable into the blog text fields and which makes your html code disappear. The < code looks like this- & lt ; -but with no spaces between the & the lt and the ;

you can type the right bracket > directly into the blog text box.

the code you're trying to post with all left brackets replaced with the code for it, will end up posting like this....

<center><img src="/cgi-bin/Count.cgi"></center>

Monday, 10 October 2005 - 2:07 PM EDT

Name: Besh

Thank you very much for all the help, CW and Tom.

Feel free to check out my site.

https://www.angelfire.com/bug2/militarybesh/

or

www.besharahfamily.com

Tuesday, 11 October 2005 - 3:19 AM EDT

Name: tom

Besh,

I checked out your site and it's very nice.
The A/F Blog setup lends itself very well to the
display of family photos.

Of course, when you eventually start on a new page, you will have to re-enter the codes for the guestbook and counter.....that's simple enough to do.

Thanks also to CW for clearing up the code mystery.
I was wondering how other folks, like Dalleh etc., were
able to post HTML code and I wasn't.

Tuesday, 11 October 2005 - 8:50 PM EDT

Name: dalleh

to we do it like this and I hope it shows

&lt; for < and &gt; for >

View Latest Entries