I've created a header for my site using photoshop, then I opened it up in Dreamweaver to create "hotspots" or an image map. I've saved the .php code, but I am unsure where to put it now...
Here's what I've got, any help would be MUCH appreciated!
</head>
<body>
<img src="GGDigitalDesigns.jpg" alt="GG Digital Designs" width="750" height="223" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="302,115,354,139" href="http://ggdigitaldesigns.com/home" target="_top" alt="home" />
<area shape="rect" coords="363,115,404,140" href="http://ggdigitaldesigns.##########################" target="_top" alt="blog" />
<area shape="rect" coords="410,113,481,140" href="http://ggdigitaldesigns.com/shop/index.php?main_page=contact_us" target="_top" alt="contact" />
<area shape="rect" coords="487,113,521,140" href="http://ggdigitaldesigns.com/shop/index.php?main_page=page_3" target="_top" alt="faq" />
<area shape="rect" coords="527,113,588,141" href="http://ggdigitaldesigns.com/gallery" target="_top" alt="gallery" />
<area shape="rect" coords="592,114,642,139" href="http://ggdigitaldesigns.com/shop/index.php?main_page=page_4" target="_top" alt="news" />
<area shape="rect" coords="647,114,691,139" href="http://ggdigitaldesigns.com/shop" target="_top" alt="shop" />
<area shape="rect" coords="695,114,745,140" href="http://ggdigitaldesigns.com/shop/index.php?main_page=page_2" target="_top" alt="team" />
</map>
</body>
</html>



