HTML image mapper

I foundd some image mapping tools that created HTML for me to upload to my site

Quetion is, where and how do I accomplih this?

Any assist appreciated.

(One site said go to Custom HTMl icon.  Can't find that)

1,548 Views
Message 1 of 4
Report
3 REPLIES 3

1,542 Views
Message 5 of 4
Report

I did this

All that happened was the code showed on the page as a broken link...

Here's the code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<meta content="" name="description">
<meta content="Mcc HTML Mapper v0.3 Beta 2" name="generator">
<title></title>
</head>
<body>
<div>
<img alt="NavBar16June.jpg" usemap="#NavBar16June" src="file:///D:/penbooksnet/Navigation/NavBar16June.jpg">
<map id="NavBar16June" name="NavBar16June">
<area target="_blank" alt="Entry" href="https://www.penbooks.net/Hello.html" shape="rect" coords="-11,-24,209,240">
<area target="_blank" alt="Muses" href="https://www.penbooks.net/muses.html" shape="rect" coords="305,-18,473,190">
<area alt="Entry" href="https://www.penbooks.net/Hello.html" shape="rect" coords="-11,-24,209,240">
<area title="" target="_blank" alt="Books" href="https://www.penbooks.net/books.html" shape="rect" coords="625,-4,848,207">
<area target="_blank" alt="Footnotes" href="https://www.penbooks.net/footnotes.html" shape="rect" coords="884,-15,1113,203">
<area target="_blank" alt="Author" href="https://www.penbooks.net/Author.html" shape="rect" coords="217,205,404,451">
<area target="_blank" alt="Readings" href="https://www.penbooks.net/readings.html" shape="rect" coords="457,216,679,449">
<area target="_blank" alt="Feedback" href="https://www.penbooks.net/feedback.html" shape="rect" coords="777,212,1128,452">
</map>

</div>
</body>
</html>

Perhaps something in it is incorrect?

1,537 Views
Message 5 of 4
Report

I gave up and resorted to using Gallery images

and allowing users to click on them.

It did however create another problem....

(I posted it separately)

1,527 Views
Message 5 of 4
Report