Announcement

Collapse
No announcement yet.

Minor V7 bug

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

    Minor V7 bug

    Hello all,

    I've just found a little bug in Actinic 7. It's far from serious but perhaps it's something that could be cleared up for future versions.

    In Act_SectionNavImage.html we have the following code

    Code:
    <!-- SectionNavImage HTML begin -->
    <IMG SRC=NETQUOTEVAR:IMAGEFILE
    	  ALT=NETQUOTEVAR:ALTERNATETEXT
    	  BORDER=0
    	  NETQUOTEVAR:IMAGEHEIGHT
    	  NETQUOTEVAR:IMAGEWIDTH
    	  NETQUOTEVAR:OTHERIMAGEMARKUP
    	  ALIGN=ABSMIDDLE>
    <!-- SectionNavImage HTML end -->
    However, if your alternate text is more than one word, actinic only displays the first word. The solution is to just place NETQUOTEVAR:ALTERNATETEXT in double quotes and that clears the problem.
    David
    Mandrake Press Ltd

    <a href="http://www.mandrake-press.co.uk" target="_blank">www.mandrake-press.co.uk</a>

    #2
    Hehe. Bet you could dream up some section descriptions that added some valid options to the tag with that.

    E.g.

    Mountains with height=2000 meters
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Many thanks.

      Interestingly, my copy of v7 has the quotes in - they were added in when v7 was first brought out. Your template is probably an upgraded one from v6 (when we did not have the quote marks).

      Comment

      Working...
      X