<html>

Use the name of the graphics file you created

 
<head>

<title>imagemap</title>

</head>

<body>

 

Make sure these are the same

 
<img src="map1.gif" usemap="#menuline">

<map name="menuline">

 

<area shape="rect" coords="0,0,107,47" href="home.html">

<area shape="rect" coords="110,0,243,47" href="calendar.htm">

<area shape="rect" coords="244,0,373,47" href="schedule.htm">

<area shape="rect" coords="379,0,499,47" href="after.htm">

</map>

</body>

</html>