Short:        1.03 Update Create Client Side Image Maps
Author:       Vex /Shoah (Vex_@HOTMAIL.COM)
Uploader:     Vex_ HOTMAIL COM
Type:         text/hyper
Version:      1.03
Architecture: m68k-amigaos

This is a minor update.  It fixs a small window bug, the program now opens a
correct size window no matter what font is used for the title bar.  Plus the
save  routine  now  includes  the  width and height attributes for the image
element.

------- Original ReadMe follows --------------------------------------------

This  program  is designed to generate HTML code for client-side image maps.
Have  you  seen  Web  Pages that contain pictures that allow you to click on
different areas to go to different links?  Well, these pages are using image
maps,  some maps are server side and some are client side.  Client side maps
are created using code that looks something link this...


	<MAP NAME="ImgMap">
	<AREA SHAPE="RECT" COORDS="0,0 100,24" HREF="page1.html">
	<AREA SHAPE="RECT" COORDS="100,0 200,24" HREF="page2.htm">
	<AREA SHAPE="RECT" COORDS="0,25 100,50" HREF="page3.htm">
	<AREA SHAPE="RECT" COORDS="100,25 200,50" HREF="page4.htm">
	</MAP>

	<IMG SRC="picture.gif" USEMAP="#ImgMap" BORDER=0>

All  this  code  tells  the  browser  which  sections  point  to what links.
Creating  this  code can be a lot of hassles, especially if you've got a lot
of links and you want the zones to be pixel perfect.

This  is  where  the  'HTML MapMaker' comes in!  It allows you to load in an
image,  and then select the areas that you want set up as hotzones and where
you want them to point to.  Then the program will generate the actually code
for you.


This is only an early version of the program, and there are some limitations
to what it's capable of doing. Check the guide for details.

============================= Archive contents =============================

Listing of archive 'HTML_MapMaker.Lha':
Original  Packed Ratio    Date     Time    Name
-------- ------- ----- --------- --------  -------------
   70552   33473 52.5% 19-Aug-97 00:53:54  HTML_MapMaker/HTML_MapMaker
   25680    7371 71.2% 19-Aug-97 00:48:38  HTML_MapMaker/HTML_MapMaker.Guide
    1722    1252 27.2% 19-Aug-97 00:51:10  HTML_MapMaker/HTML_MapMaker.Guide.info
    1610    1290 19.8% 19-Aug-97 00:51:10  HTML_MapMaker/HTML_MapMaker.info
   28091    9257 67.0% 19-Aug-97 00:36:00  HTML_MapMaker/SHOAH.Guide
    1068     677 36.6% 19-Aug-97 00:51:10  HTML_MapMaker/SHOAH.Guide.info
     461     243 47.2% 19-Aug-97 00:51:10  HTML_MapMaker.info
   23208   22993  0.9% 23-Jul-97 06:39:30  LogicallyEntwined.exe
-------- ------- ----- --------- --------
  152392   76556 49.7% 19-Aug-97 00:55:36   8 files
