Trying to fix my navigation bar at the top of my page:
I did some more research and found out that the image map code needs to be added to the tpl_header.php, but I am wondering if I am missing something. I put it in but nothing is happening:
<!--bof-branding display-->
<div id="logoWrapper">
<div id="logo"><?php echo '<alt="" width="841" height="60" border="0" usemap="#Map" /><map name="Map" id="Map2">
<area shape="rect" coords="257,23,304,40" href="Home.html" />
<area shape="rect" coords="317,22,399,40" href="Aboutus.html" />
<area shape="rect" coords="415,23,517,41" href="Merchandise.html" />
<area shape="rect" coords="532,22,671,40" href="Upcomingevents.html" />
<area shape="rect" coords="686,20,732,41" href="News.html" />
<area shape="rect" coords="746,22,836,41" href="Contactus.html" />
<area shape="rect" coords="257,23,304,40" href="Home.html" />
</map>
<map name="Map" id="Map">
<area shape="rect" coords="317,22,399,40" href="Aboutus.html" />
</map>' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
<?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
<div id="taglineWrapper">



