Announcement

Collapse
No announcement yet.

How do I create an image map for my company logo?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I create an image map for my company logo?

    You will need to edit Act_Header.html (or perhaps Act_Primary.html):.
    Comment out the variable NETQUOTEVAR:LOGOIMAGE
    -Insert the image map.
    -Add the image to the additional files list (Advanced | Additional Files).

    For example, insert...

    <map name="FPMap0">
    <area href="http://www.yahoo.fr" shape="rect" coords="4, 1, 76, 29">
    <area href="http://www.sellerdeck.fr" shape="rect" coords="76, 2, 226, 29">
    <area href="http://www.google.co.uk" shape="rect" coords="225, 3, 312, 28">
    </map>
    <img src="test.gif" usemap="#FPMap0" border="0" height="30" width="314"/>
Working...
X