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>