RootsWeb.com Mailing Lists
Total: 1/1
    1. Re: Help with "Signing my Guestbook"
    2. Elsi
    3. At 07:11 AM 02/02/2001 -0800, Heather Leighton Waddingham wrote: > >Hi > >Last week I needed help setting up my guestbook and Elsi came to the >rescue... Thanks again Elsi! Now I have another problem... I am unable to >"sign the guestbook". (The link towards the bottom of the page.) Could >someone have a look at the folllowing page > >http://www.rootsweb.com/~nbcampob/guestbk.htm > >and tell me what I need to do. I am sure it is probably something "simple" >but I can't find it:( I see that this topic is on the guest book help board >list but had no luck trying to follow that either...) > >I use Front Page Express and am not sure that the program is trying to >"help" and maybe throwing in extra html that is not really needed. Heather, I'm not sure if Front Page Express is being too helpful here or not. Your problem is caused by failure to close a tag -- granted, it's a long one and pretty easy to overlook. I suspect the closing > got left off when doing the copy/paste into the page. You have: <input type="image" name src="sign3.gif" alt="Sign the Guestbook" align="bottom" border="0" width="134" height="40" </td> </td> You need: <input type="image" src="sign3.gif" alt="Sign the Guestbook" align="bottom" border="0" width="134" height="40"> </td> Note that you only need ond </td> at the end. Regards, Elsi

    02/04/2001 06:29:50