Hi,
does anyone know how to get at the code for NETQUOTEVAR:BROCHURE_TEXT?
I want to create an anchor that encapsulates BROCHURE IMAGE and BROCHURE_TEXT so that if a user hovers over the image, the text beneath it is hilighted and vice-versa.
-----------------------------------
It seems that BROCHURE_TEXT outputs the following
<A HREF="myurl TARGET="_self"><Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7\Sites\Site1\Act_BrochureImage.html"/>
---------------------------------------
But I want to remove the slash at the end
thanks!
does anyone know how to get at the code for NETQUOTEVAR:BROCHURE_TEXT?
I want to create an anchor that encapsulates BROCHURE IMAGE and BROCHURE_TEXT so that if a user hovers over the image, the text beneath it is hilighted and vice-versa.
-----------------------------------
It seems that BROCHURE_TEXT outputs the following
<A HREF="myurl TARGET="_self"><Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7\Sites\Site1\Act_BrochureImage.html"/>
---------------------------------------
But I want to remove the slash at the end
thanks!
Comment