Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 96084

crj123082 on "need multiple images with links in header - image map?"

$
0
0

Hello,

I would like to have two logos in my header that each link to a different url. I'm willing to use any method that works, but after doing some searching it appears an image map may be the best option.

Anyone know where I would add the image map code? Here it is, FYI:

<img src="header.png" width="1000" height="100" usemap="#Map" border="0" />
<map name="Map" id="Map">
  <area shape="rect" coords="366,18,635,86" href="http://www.site1.com" />
  <area shape="rect" coords="769,5,970,54" href="http://www.site2.com" />
</map>

Viewing all articles
Browse latest Browse all 96084

Trending Articles