map.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<!-- #BeginTemplate "templates/index.dwt" -->

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<!-- #BeginEditable "doctitle" -->
<title>Party Map</title>
<!-- #EndEditable -->
<meta name="author" content="Cheryl D Wise, http://by-expression.com" />
<link href="christmas.css" rel="stylesheet" type="text/css" />
<!-- #BeginEditable "headsection" -->
<!-- page level styles or scripts go here -->
<style type="text/css">
address {
   margin: 1em 3em;
}
</style>
<!-- #EndEditable -->
</head>

<body>
<div id="container">

<img alt="Merry Christmas" height="125" src="images/christmas-masthead.jpg" 
width="750" />
<div id="menu"> <a href="index.html">home</a> <a href="map.html">map</a> 
   <a href="gifts.html">gift</a><a href="charity.html">
   charity</a>
   <a href="rsvp.html">rsvp</a></div>
<div id="content"> 
   <!-- #BeginEditable "content" -->
   		<h1>Party Location:</h1>
   <p>This of course should be replaced with your own information.</p>
		<address>21487 S. Wayland<br />
		Wayside, MA</address>
		<address>Phone: 555 555-5555</address>
		<h2>Map</h2>
		<img alt="location of pub on map" height="400" 
		src="images/map.gif" width="400" class="ftright" />
		 <p>You can include a real map to your location using whichever of the 
		 mapping services you prefer but first you have to register for an API 
		 key or in the case of Live Maps get the SDK code samples. </p>
	  <p>You can get your key from:</p>
	  <ul>
		 <li><a href="http://www.google.com/apis/maps/signup.html">Google</a> - 
		 to get your API Key</li>
		 <li><a href="http://dev.live.com/virtualearth/sdk/">Microsoft Maps</a> 
		 - code samples</li>
		 <li>
		 <a href="http://www.mapquest.com/features/main.adp?page=developer_tools_oapi">Mapquest</a> 
		 - to get your API Key</li>
   </ul>
		
		<!-- #EndEditable --></div>
<div id="footer"> 
   <p>© 2007 <a href="http://by-expression.com/">by-eypression.com</a> 
</p>
</div>
</div>
</body>

<!-- #EndTemplate -->

</html>