Is there a way to define clickable regions in a Drupal header?

I have a header image with some logos in it (a flat jpeg image so one image file). The logos need to be clickable while the rest of the header image can link back to the home page. I know how to code this in html with coordinates but I have no idea how to get it working in Drupal and where to change it.

Any help much appreciated, thanks,
Gerben

Comments

WorldFallz’s picture

is it a static image that appears on every page? If so, I would just put the image map right in the page.tpl.php file.

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz

Gerben Zaagsma’s picture

Hi, yes it is a fixed header that is the same on all pages. So I could put the code with coordinates for the logos in page.tpl.php? Could you perhaps tell me where?

thanks,
Gerben

Gerben Zaagsma’s picture

Brilliant, I got it already!

Thanks a lot,
Gerben