Hi Steve, Thanks for the reply.
The image which I should have explained is a background picture of some buttons. Overlaid in floating text are names on the buttons, then over those hotspot frames. Sounds complicated but I was trying to make it easily updateable by adding different text to the buttons in the future. The problem seems to be in the text coordinates, which work on my browser but not on the server. So to get round this I edited the image and combined the text and background then overlaid the hotspots in the usual manner. That worked around the need for the webbot. In future I will just have to go back and re edit the image which I saved in separate components before exporting to gif. Thanks for your help. Bob ----- Original Message ----- From: "Steve Silverman" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, March 30, 2005 8:11 PM Subject: Re: [LegacyUG] imagemap html scripting error > > Bob, > > unless the server has front page extensions, the webbot code is ignored. > > This code works: > > <IMG SRC="your picture" USEMAP="#FPMap0" ALT="what ever text " BORDER=0> > > <map name="FPMap0"> > <area href="http://freepages.genealogy.rootsweb.com/~bondbeetham/beetham/index.htm " shape="rect" coords="18, 33, 189, 71"> > <area href="http://freepages.genealogy.rootsweb.com/~bondbeetham/bond/index.htm" shape="rect" coords="19, 91, 188, 128"> > <area href="http://freepages.genealogy.rootsweb.com/~bondbeetham/wear/index.htm" shape="rect" coords="19, 148, 188, 185"> > </map> > > > Where "your picture" is the image you want to use. The key is USEMAP="#FPMap0". > The map information <map></map> can be anywhere in the file, I normally include > it at the end. > > > --- On Wed 03/30, Bob Bond < [EMAIL PROTECTED] > wrote: > > From: Bob Bond [mailto: [EMAIL PROTECTED] > To: [email protected] > Date: Wed, 30 Mar 2005 19:54:28 +0100 > Subject: Re: [LegacyUG] imagemap html scripting error > > Hi Steve, > > Thanks for the reply. > > I tried the missing line you suggested but all I got was a duplication of > the image above the image already showing (tried in frontpage). The image > is referenced in the webbot section (see below). I was wondering if this > could be the problem and that rootsweb don't accept this type of code. Any > thoughts? > > Bob > > > > Legacy User Group Etiquette guidelines can be found at: > http://www.LegacyFamilyTree.com/Etiquette.asp > > To find past messages, please go to our searchable archives at: > http://www.mail-archive.com/legacyusergroup%40mail.millenniacorp.com/ > > To unsubscribe please visit: > http://www.legacyfamilytree.com/LegacyLists.asp > > _______________________________________________ > No banners. No pop-ups. No kidding. > Make My Way your home on the Web - http://www.myway.com > Legacy User Group Etiquette guidelines can be found at: > http://www.LegacyFamilyTree.com/Etiquette.asp > > To find past messages, please go to our searchable archives at: > http://www.mail-archive.com/legacyusergroup%40mail.millenniacorp.com/ > > To unsubscribe please visit: > http://www.legacyfamilytree.com/LegacyLists.asp > Legacy User Group Etiquette guidelines can be found at: http://www.LegacyFamilyTree.com/Etiquette.asp To find past messages, please go to our searchable archives at: http://www.mail-archive.com/legacyusergroup%40mail.millenniacorp.com/ To unsubscribe please visit: http://www.legacyfamilytree.com/LegacyLists.asp
