Header with clickable areas
-
Hello-
I’m hoping someone can help me…I’ve been mucking around for almost two hours with no success.
I’m trying to create a header where only PART of the image is clickable (over my site name). After reading about image mapping I went to https://www.isdntek.com/tagbot/imap.htm and created an image map of my header. It gave me this code:
<img src="https://www.megandowntherabbithole.com/wp-content/uploads/2011/09/cropped-megandowntherabbitholeSept11.jpg" width="940" border="0" usemap="#imap_56" > <map id="imap_56" name="imap_56" > <area shape="rect" coords="2,7,553,71" alt="https://www.megandowntherabbithole.com/" title="https://www.megandowntherabbithole.com/" href="https://www.megandowntherabbithole.com/"> </map>
So…my question is, WHERE does this code go? I read in another post that you’re supposed to put it in the header.php file, but when I did that I ended up with a DOUBLE header (the first one still wasn’t linked but the second one was). It took forever to get rid of the extra header, so I really don’t want to try again without knowing what I’m doing wrong.
My site is https://www.megandowntherabbithole.com
Any insight is much appreciated. Thanks in advance!
- The topic ‘Header with clickable areas’ is closed to new replies.