Do i have to do something like this...
<body>
<img src="menumap.gif" width="129" height="241" alt="menumap" usemap="#navigationmap" border="0">
<map name="navigationmap">
<area shape=rect coords="0,0,135,35" href="les1.html">
<area shape=rect coords="0,40,135,75" href="les2.html">
<area shape=rect coords="0,80,135,115" href="les3.html">
<area shape=rect coords="0,120,135,155" href="les4.html">
<area shape=rect coords="0,160,135,195" href="index.html">
<area shape=rect coords="0,200,135,235" href="mailto:name@place.com">
</map>
</body>
|