LUGers,
I am not an expect in HTML, but used to write COBAL, Fortran, etc. years ago. Question: Have you validated your code at http://validator.w3.org/ ? Also is your code generic and usable by all web browsers? With the big push to get out of Bill Gates' pockets, other web browsers have gained popularity. But the browser wars still persist. So please make your code as generic as possible. Some of these automated code witting programs (Frontpage, Dreamweaver,...) add a lot of trash to their code which puts additional burden on servers.
Jim, Legacy user since 1998 "Nearly 32 men out of 100,000 will die of prostate cancer; 27 women out of 100,000 die of breast cancer." MARILYNN MARCHIONE Associated Press 2005
Bob Bond wrote:
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
