Hey I am new here and think it is a great site. Read the old posts about image maps but don't seem to specifically apply to me or just dumb LOL!

Anyway I have tried to insert the code in the header.php and tpl_header.php files and have not had any luck? Also, my side border wants to appear above the logo with a login link (can't see it but it is there) - another issue!

Here is my site (test site for a client, v1.3.9d) and code:

http://harrisonsenterprise.com/theli...pkinpatch.com/

<div>
<img src="images/talllogo.jpg" usemap="#Map" width="1246px" height="397px" border="0"></div>
<map name="Map" id="Map">

<area shape="rect" coords="180,300,260,350"
href="index.php?main_page=index">

<area shape="rect" coords="330,300,460,350"
href="index.php?main_page=page&id=2&chapter=0">

<area shape="rect" coords="540,300,640,350"
href="index.php?main_page=page&id=8&chapter=0">

<area shape="rect" coords="710,300,850,350"
href="index.php?main_page=shopping_cart">

<area shape="rect" coords="910,300,1060,350"
href="index.php?main_page=contact_us">

</map></div>

Need to know exactly where to put it in either file, since I know very little php!

Thanks for advance for any suggestions!