Category Archives: HTML

How To Map Links Onto An Image

The mapping: <map name=”pressMap”> <area href=”/weekly” coords=”10,6,232,79″> <area href=”/store” coords=”245,6,469,79″> <area href=”/yelp” coords=”481,6,705,79″> <area href=”/press” coords=”718,6,941,79″> </map> The image: <img src=”hpAdsStatic.png” usemap=”#pressMap” />

Posted in HTML, Images | Leave a comment