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
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.
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 -->
Comment