Making my header an Image Map
-
I found this (but it didn’t work in my header file it just put a big ol’ gap):
What if you want only the text areas of the header to be clickable and not the entire header image? Add links only to the title and description:
<div id=”header”>
<div id=”headerimg”>
<h1>
“>
<?php bloginfo(‘name’); ?>
</h1>
<div class=”description”>
“>
<?php bloginfo(‘description’); ?>
</div>
</div>
</div>And if you want to have different links to the two lines of text in your header, then change one of them to the link you want:<div id=”header”>
<div id=”headerimg”>
<h1>
“>
<?php bloginfo(‘name’); ?>
</h1>
<div class=”description”>
</div>
</div>
</div>Here is my html code:
<TD colSpan=2 width=”604″ height=”267″><map name=”FPMap0″></map><IMG src=”rsj.jpg” width=”616″ height=”356″ usemap=”#FPMap0″></TD></TR>
Now I know I can’t use this… but what do I use and where in the world do I put it?
- The topic ‘Making my header an Image Map’ is closed to new replies.