Is my html code wrong? image map?

amyleaw

New member
Im trying to create an image map. when I enter the following code all I see is click the american flag.

The full address to the site I want to map to is:

http://en.wikipedia.org/wiki/Flag_of_the_United_States

The other site I want to map to is:
http://en.wikipedia.org/wiki/Flag_of_Italy

The image im going to use for this has a american flag on the top and a italianflag on the bottom.

<img src=”#1americanflag.jpg” width=”54” height=”54” alt=click on the American flag.”
Usemap=”#1americanflag.jpg” /><br> Click the American flag.
<map name=”aiflag.jpg”>
<area shape=”rect”cords=”48,3,86,16,79,44,33,29”
Href=http://en.wikipedia.org/”alt=wiki”/></map><br>

I hope that gave enough information and made sense, any help is greatly appreciated.
Ok so now I tried this code and the picture shows up but nothing happens when I click on the picture.

<img src="americanflag.jpg" width="475" height="244" alt="click on the state you live in.
usemap="1americanflag.jpg" /><br>Click the state you live in.
<map name="aiflagg.jpg">
<area shape="rect"coords="48,3,86,16,79,44,32,29"
href="http://access.wa.gov/"alt="washington"/></map><br>
 
Back
Top