Default 1.5 theme – add image map to header
-
Hi,
I am trying to understand how to add the code for an image map to the header of the default 1.5 theme. I created the image and image map in Photoshop/ImageReady, and I have the html code. I don’t know where in the theme files to insert this. How is this done?
html of map:
<IMG SRC=”images/pred_head_01.gif” WIDTH=760 HEIGHT=200 BORDER=0 USEMAP=”#pred_head_01_Map”>
<MAP NAME=”pred_head_01_Map”>
<AREA SHAPE=”rect” ALT=”predators” COORDS=”542,90,588,134″ HREF=”http://www.montrealpredators.com/home”>
<AREA SHAPE=”rect” ALT=”predators” COORDS=”591,90,674,134″ HREF=”http://www.montrealpredators.com/home”>
<AREA SHAPE=”rect” ALT=”predators” COORDS=”291,91,328,134″ HREF=”http://www.montrealpredators.com/home”>
<AREA SHAPE=”rect” ALT=”predators” COORDS=”330,91,373,134″ HREF=”http://www.montrealpredators.com/home”>
<AREA SHAPE=”rect” ALT=”predators” COORDS=”375,91,414,134″ HREF=”http://www.montrealpredators.com/home”>
<AREA SHAPE=”rect” ALT=”predators” COORDS=”417,91,461,134″ HREF=”http://www.montrealpredators.com/home”>
<AREA SHAPE=”rect” ALT=”predators” COORDS=”461,91,507,134″ HREF=”http://www.montrealpredators.com/home”>
<AREA SHAPE=”rect” ALT=”predators” COORDS=”502,91,541,134″ HREF=”http://www.montrealpredators.com/home”>
<AREA SHAPE=”rect” ALT=”schedule” COORDS=”620,179,668,189″ HREF=”http://www.montrealpredators.com/home/?page_id=10″>
<AREA SHAPE=”rect” ALT=”schedule” COORDS=”670,179,679,189″ HREF=”http://www.montrealpredators.com/home/?page_id=10″>
<AREA SHAPE=”rect” ALT=”home” COORDS=”690,179,726,188″ HREF=”http://www.montrealpredators.com”>
<AREA SHAPE=”rect” ALT=”stats” COORDS=”554,179,578,188″ HREF=”http://www.montrealpredators.com/home/?page_id=3″>
<AREA SHAPE=”rect” ALT=”stats” COORDS=”580,179,592,188″ HREF=”http://www.montrealpredators.com/home/?page_id=3″>
<AREA SHAPE=”rect” ALT=”stats” COORDS=”594,179,610,188″ HREF=”http://www.montrealpredators.com/home/?page_id=3″>
<AREA SHAPE=”rect” ALT=”cat” COORDS=”33,5,222,196″ HREF=”http://www.montrealpredators.com/home”>
</MAP>Thanks!
The topic ‘Default 1.5 theme – add image map to header’ is closed to new replies.