The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Map link Tutorial not working
Cadyern_of_Alesia
post Mar 2 2019, 05:46 PM
Post #1





Group: Members
Posts: 4
Joined: 1-March 19
Member No.: 26,837



Hi, I am learning HTML and I apologize in advance for my n00bish question. However I have read and then listened to several tutorials on how to create a map image with clickable areas that link to other pages.
But even though I have copied exact lines and simply replaced files, it does not work.
So clearly I must be doing something wrong.
Can some knowledgeable person help me out please?

Thankyou in advance.

Here is the entire html text minus unimportant parts.

<!DOCTYPE html>

<html>

<body>

<center><img src="Topographic_map_Greece.gif" alt="Topographic_map_Greece" usemap="#greece" height="957" width="900"></center>

<map name="greece">
<area shape="rect" coords="444,988,899,1388" alt="Mycenae" href="SecondPage.html">
</map>

</body>

</html>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Mar 2 2019, 07:46 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Check your coordinates.

The top left corner of your active region is 444,988.

The bottom right corner of your image is 900,957.

It looks like your active region is completely outside your image.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Cadyern_of_Alesia
post Mar 2 2019, 08:08 PM
Post #3





Group: Members
Posts: 4
Joined: 1-March 19
Member No.: 26,837



QUOTE(Darin McGrew @ Mar 2 2019, 07:46 PM) *

Check your coordinates.

The top left corner of your active region is 444,988.

The bottom right corner of your image is 900,957.

It looks like your active region is completely outside your image.

Okay. Thankyou so much. I was using the original coordinates (the picture is much larger than 957 x 900) rather than the new coordinates.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 08:40 AM