Should be along lines of code below.
ALTER sizes,co-ordinates, template name and image name to suit your
requirements
Code:
<div id="headerWrapper">
<!--bof-branding display-->
<div align="center"><img src="includes/templates/nameofyourtemplate/yourimage.jpg" width="760" height="324" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="9,6,239,72" href="index.php" target="_self" alt="index">
<area shape="rect" coords="331,25,389,59" href="account.php" target="_self" alt="Login In">
<area shape="rect" coords="395,26,484,62" href="cart.php" target="_self" alt="Shopping Cart">
<area shape="rect" coords="491,27,558,62" href="checkout.php" target="_self" alt="Checkout">
<area shape="rect" coords="565,27,623,63" href="contact.php" target="_self" alt="Contact">
<area shape="rect" coords="629,28,686,63" href="logout.php" target="_self" alt="Logout">
<area shape="rect" coords="689,30,733,62" href="index.php" target="_self" alt="Home">
<area shape="rect" coords="17,82,125,113" href="privacy.php" target="_self" alt="Privacy">
<area shape="rect" coords="148,83,242,113" href="faq.php" target="_self" alt="FAQ">
<area shape="rect" coords="272,84,380,115" href="contact.php" target="_self" alt="Contact">
<area shape="rect" coords="413,85,577,114" href="products.php" target="_self" alt="All Products">
<area shape="rect" coords="599,82,746,114" href="downloads.php" target="_self" alt="Downloads">
</map>
</div>
Bookmarks