Skip to content

Instantly share code, notes, and snippets.

@marcric
Created January 20, 2012 11:37
Show Gist options
  • Save marcric/1646907 to your computer and use it in GitHub Desktop.
Save marcric/1646907 to your computer and use it in GitHub Desktop.
<div align=center>
<map name="map1">
<area
href="contacts.html" alt="Contacts" title="Contacts"
shape=rect coords="6,116,97,184">
<area
href="products.html" alt="Products" title="Products"
shape=circle coords="251,143,47">
<area
href="new.html" alt="New!" title="New!"
shape=poly coords="150,217, 190,257, 150,297,110,257">
</map>
<img src="testmap.gif"
alt="map of GH site" border=0 width=300 height=300
usemap="#map1">
<br>
[ <a title="Contacts" href="contacts.html" alt="Contacts">Contacts</a> ]
[ <a title="Products" href="products.html" alt="Products">Products</a> ]
[ <a title="New!" href="new.html" alt="New!">New!</a> ]
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment