Announcement

Collapse
No announcement yet.

Image Mapping

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

    Image Mapping

    I'm trying to put an image map on my coporate logo image so I can use it as a top menu on my pages.

    I've been trying to enter the value of a map into the code but the NETQUOTEVAR element of it all is throwing me off.

    I assume I need to put a command around the NEQUOTEVAR:LOGOIMAGE in Act_Primary.htm but i'm unsure how to use the code and not even sure if this is the correct file.

    Any help would be appreciated. Thanks.

    #2
    Sorry, just found this on the knowledge base. However, I've got no further as I don't really undersatnd what "comment out" means. Can anyone shed some light please?

    Comment


      #3
      I'm assuming you want to get rid of NEQUOTEVAR:LOGOIMAGE and put in your own code instaead.

      Commenting out is needed as Actinic may complain if it finds some required variables not there. To get around this you "comment them out" by surrounding them with the usual HTML comment tages <!-- and -->

      So

      NEQUOTEVAR:LOGOIMAGE

      becomes

      <!-- NEQUOTEVAR:LOGOIMAGE -->

      and Actinic is happy and nothing gets generated. Your custom code should just follow on, outside the comment tags.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X