Re: Copying image maps(long)

Subject: Re: Copying image maps(long)
From: Jason Wynia <jwynia -at- AGRIS -dot- COM>
Date: Tue, 25 Aug 1998 12:44:03 -0500

If you're using client side image maps,(I'm not sure if PageMill does
them that way or not) the code it generates will look something like the
example I've included. The graphic itself is put in as an <img> with a
reference to the map in a usemap="#mapname" format. The coordinates
that make up the imagemap itself are in the <map name> section. To copy
the entire imagemap from one document to another, both the image
reference and the <map name> section need to be copied. You could open
the HTML file that PageMill generates in Notepad and cut the image name
and <map name> sections and paste them into the subsequent documents.
Hope that made sense.

<!--Example -->
<img src="bottom.gif" usemap="#a" border=0>

<MAP NAME="a">
<AREA SHAPE=RECT COORDS="47,12,138,39" HREF=resume.htm>
<AREA SHAPE=RECT COORDS="175,10,303,41" HREF=interest.htm>
<AREA SHAPE=RECT COORDS="332,6,441,42" HREF=writing.htm>
<AREA SHAPE=RECT COORDS="471,5,554,41" HREF=misc.htm>
<AREA SHAPE=default HREF=index.htm>
</MAP>
</body>
</html>
<!-- Example -->

From ??? -at- ??? Sun Jan 00 00:00:00 0000=




Previous by Author: Re: Need help with button name
Next by Author: Re: Feedback on H/PCs(long)
Previous by Thread: Texts on Grammar: Summary
Next by Thread: Copying image maps the hard/easy way


What this post helpful? Share it with friends and colleagues:


Sponsored Ads