Just need help as I don't understand...

User 19850 Photo


Registered User
33 posts

Well, I added closing </area> and the links now work

<!-- Beginning of Client Side Image Map -->
<img src="Neighborhoods.png" USEMAP="#neighborhoodMap" BORDER=0>
<map name="neighborhoodMap">
<area shape="rect" coords="570,1325,1092,1414" href="files/NeighborhoodAllAnalysis.pdf" alt="" title=""></area>
<area shape="circle" coords="776,1237,10" href="files/Neighborhood10Analysis.pdf" alt="" title=""></area>
<area name="AllLink" shape="rect" coords="290,665,537,713" href="" alt="" title=""></area>
</map>
<!-- End of Client Side Image Map -->
</body>
</html>
Now the question is what is this one for?
<area name="AllLink" shape="rect" coords="290,665,537,713" href="" alt="" title=""></area>

I named the rectangle at the bottom around my text which I wanted linked, AllLink

User 19850 Photo


Registered User
33 posts

Can't seem to use umage mapper properly. I copied an area and want to move it. The select arrow does not display
a hand or whatever to move the area. All it shows is the arrows at each corner of inscribed circle to change size.
I followed the direction in help to no avail
User 19850 Photo


Registered User
33 posts

Impossible. Now I saved my map and it wiped out everything and now th code looks like this

<!-- Beginning of Client Side Image Map -->
<img src="Neighborhoods.png" USEMAP="#NotNamed" BORDER=0>
<map name="NotNamed">
<area shape="rect" coords="570,1325,1092,1414" href="" alt="" title="">
<area shape="circle" coords="776,1237,10" href="files/Neighborhood10Analysis.pdf" alt="" title="">
<area name="AllLink" shape="rect" coords="290,665,537,713" href="files/NeighborhoodAllAnalysis.pdf" alt="" title="">
<area shape="circle" coords="784,1245,12" href="files/Neighborhood10Analysis.pdf" alt="" title="" target="N.BMMAIN.SUBITEM_MNUDOCUMENT.ITEMLIÜ
What is this line above resulting from copied area (circle)?????

Since I evidently are not receiving email back, please post to contact@jacksonrecall.com
User 271657 Photo


Ambassador
3,816 posts

Sorry, some of us have day jobs, and Inger is in a far off time zone – might be a bit late for her.
I still see the old MS Pub. page at your above link. Where is the live image map page?

I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 19850 Photo


Registered User
33 posts

I have left the old page up because I have no new page to replace it.

Question: I hav eput the map code

<div align="center" >
<!-- Created by CoffeeCup Image Mapper (www.coffeecup.com) -->

<!-- Beginning of Client Side Image Map -->
<img src="Neighborhoods.png" align="center" width="80%" height="1200" USEMAP="#NotNamed" BORDER=0>
<map name="NotNamed">
<area shape="rect" coords="570,1325,1092,1414" href="files/NeighborhoodAllAnalysis.pdf" alt="" title="" >
<area shape="circle" coords="776,1237,10" href="files/Neighborhood10Analysis.pdf" alt="" title="" >
<area name="AllLink" shape="rect" coords="290,665,537,713" href="" alt="" title="" >
<area shape="circle" coords="784,1245,12" href="files/Neighborhood11Analysis.pdf" alt="" title="">

</div>
Inside a div etc.so control position and size. The link no longer work I removed the div and the size/align parameters and
it still does not work I want to size and position the map on y html page with a background and other code.

Are there any examples of this around this site?
User 19850 Photo


Registered User
33 posts

Interesting. Above I said "Well, I added closing </area> and the links now work".

Evidently this i</area> is forbidden.
User 187934 Photo


Senior Advisor
20,181 posts

Hi Robert,
Can we see a page with the problem? It's a lot easier to help if we can see it also.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 271657 Photo


Ambassador
3,816 posts

Had a look around the Image Mapper forum and found this (map of United States):
http://www.washingtondcevangelists.com/ … r-You.html
Right-click on the page to 'view source' so you can see what the code looks like on the page.

Here's a basic how-to video: https://www.youtube.com/watch?v=HeFv2HP … tube_gdata
Can we see a page with the problem? It's a lot easier to help if we can see it also.


I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 19850 Photo


Registered User
33 posts

I have set up testing target html since image maker overwrites everything. I transfer that saved information to the real web page I am working to preserve other code.

In the image maker I have gotten 4 circles and one rectangle to work so far in the preview.. In design mode, the code window window shows only two circles and one rectangle yet in preview mode all four circles link correctly.

When the map is saved and opened in a browser, only two circles are linked as is the rectangle as the code would indicate

The code in the design window is below

<html>
<head>
<title>Test Preview Page</title>
<meta name="generator" content="CoffeeCup Image Mapper">
</head>
<body>

<!-- Created by CoffeeCup Image Mapper (www.coffeecup.com) -->

<!-- Beginning of Client Side Image Map -->
<img src="file:///C:/Users/Grace/Documents/CoffeeCup Software/HTML Editor/Projects/JacksonRecall/Neighborhoods.png" USEMAP="#NotNamed" BORDER=0>
<map name="NotNamed">
<area name="AllLink" shape="rect" coords="290,665,537,713" href="files/NeighborhoodAllAnalysis.pdf" alt="" title="">
<area name="ClickAll" shape="rect" coords="463,1244,985,1333" href="files/Neighborhood15Analysis.pdf" alt="" title="">
<area shape="circle" coords="322,1280,12" href="files/Neighborhood10Analysis.pdf" alt="" title="">
<area shape="circle" coords="181,1220,11" href="files/Neighborhood10Analysis.pdf" alt="" title="" target="N.BMMAIN.SUBITEM_MNUDOCUMENT.ITEMLIÜ

Also, what is this: target="N.BMMAIN.SUBITEM_MNUDOCUMENT.ITEMLIÜ at the end???
User 19850 Photo


Registered User
33 posts

Now I have added more linked circles so the total is now 16 and yes the code window in image maker still shows:
only 2 circles linked. All 16 are linked in the preview window.

Really need some input here

Thanks.



<html>
<head>
<title>CoffeeCup Image Mapper map file</title>
<meta name="generator" content="CoffeeCup Image Mapper">
</head>
<body>

<!-- Created by CoffeeCup Image Mapper (www.coffeecup.com) -->

<!-- Beginning of Client Side Image Map -->
<img src="Neighborhoods.png" USEMAP="#NotNamed" BORDER=0>
<map name="NotNamed">
<area name="ClickAll" shape="rect" coords="463,1244,985,1333" href="files/Neighborhood15Analysis.pdf" alt="" title="">
<area shape="circle" coords="322,1280,12" href="files/Neighborhood10Analysis.pdf" alt="" title="">
<area shape="circle" coords="181,1220,11" href="files/Neighborhood10Analysis.pdf" alt="" title="" target="N.BMMAIN.SUBITEM_MNUDOCUMENT.ITEMLIÜ

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.