HTML IMAGE MAPS-Target files Question?

metfantb

New member
My book says that I have to convert my graphic, Listings.gif, to an image map, with the following hotspots (target files are not included, so you should create blank HTML files that display the file name and nothing else):

I knew how to make the rectangular map, so here's what I did:
<MAP NAME="LISTINGS">
<AREA SHAPE=RECT COORDS="5,3,182,44" HREF="Newhome.htm">
<AREA SHAPE=RECT COORDS="12,62,303,95" HREF="Mansions.htm">
<AREA SHAPE=RECT COORDS="210,19,374,60" HREF="Business.htm">
<AREA SHAPE=RECT COORDS="375,1,598,44" HREF="Family.htm">
<AREA SHAPE=RECT COORDS="378,61,549,96" HREF="Apartmnt.htm">
</MAP>

My problem is that I don't know how to create the target files...it says I should create blank HTML files that display the filename and nothing else...but I don't know how to do that.

Thanks for your help!
 
Back
Top